Tighten checking of numeric values #102
Labels
proposed feature
A proposed new feature
semantics
Issues related to semantics
spec
Issues related to the FPP language specification
user's guide
Issues related to the FPP User's Guide
If a numeric value is put into a type that can't hold it, throw an error. For example, this will not be allowed:
because the type
U32
cannot represent the integer value -1.The text was updated successfully, but these errors were encountered: