Variables and Data Types - mathisi-io/t24dev GitHub Wiki
Variables and Data Types
Variables
- No keywords for declaration of variable
- By default all variables have infinite size (limited by memory)
Data Types
Data types are assigned to the variables during runtime. Supported types are: