Data Types
| Type | Description | 
|---|---|
| Number | Integer between -9223372036854775807 and 9223372036854775807 | 
| Float | Floating point number between −4922.757842 to 4934.99011 with precision to 19 decimal places | 
| String | A array up to 2147483646 characters long | 
| List | A array of Numbers, Floats and Strings limited only by the systems available memory | 
| Dictionary | A mutable key value store, allowing for fast lookups via arbitrary strings, limited by system memory | 
| Null | Represents the absence of a value. | 
| Boolean | Represents True or False |