GC Wizard Script knows the following three data types:
- Numbers
- Characters and Strings
- Lists of Numbers, Characters, Strings and List
Numbers
Numbers are
- Integer; e.g. -50 or 0 or 314
- Decimal numbers like -3.14159 or 0.0 or 2.71828
Decimal numbers needs a dot to seperate the integer from the fractional part.
Character and Strings
Characters are Letters and Symbols; e.g. “A” or “z” or “?”
Strings are concatenated characters.
Characters and strings are enclosed with quotes ” .
Lists
Lists are a collection of data – hence a collection of numbers, characters, strings and also lists.