You define variables by typing:

Number Variables

let num = 0.5

16-bit Integers

let num% = 32767

Strings

let name$ = "chris"