Skip to content

Variables and Data Types

Aaron Niyonzima edited this page Sep 3, 2020 · 3 revisions

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:

Clone this wiki locally