-
Notifications
You must be signed in to change notification settings - Fork 0
Types
Christopher Aliprantis edited this page Mar 27, 2026
·
2 revisions
NOTE: all lines of code have to end with semicolon.
num
a number like 7.89 or 5
example of declaration: a = 8;
string
a string like :hello: or :Hello, World!:
example of declaration: a = :🧇:;
Tips
A variable can have two words as a name but be careful because then variable 6num would be mixed with var 6 num.