Syntax
Structure
Variables
var name = variable;String
var foo = "string"Conditions
== != and or
is is not and orFunction definition
func funcName(params) : returnType
{
}
Collection
Comments
Control Flow Statements
Conditions
If Statements
For Loop
While Loop
Functions
Importing extern functions
Last updated