Signed integer and signed long data types are currently unsupported in SecondBASIC.
Integers and Long Data Types:If an integer or long has a value that would bring it lower than 0, the new value will roll from the highest value possible for the data type. For example:
By default, a variable without an identifier is set to an integer data type. To reference a long data type, an ampersand is required. For example, the variable a is different than a&. The identifier for an integer data type is the percent symbol, but it isn't required, so a% and a are seen as the same variable.
String Data Types:Strings are identified by the dollar sign, and the values must be in quotations unless being assigned by another string or string function. For example: