[const ?]var [type] [name] = [value]
Sets a variable to a value.
Syntax | Meaning |
---|---|
== |
Equality Check |
!= |
Inequality Check |
|| |
OR of values |
&& |
AND of values |
! |
Opposite of value |
.. |
String Concat |
... |
String concat with spaces |
. |
Property of object |
# |
Single-line comment |
##[text]## |
Block comment |
- Int
- Bool
- Float
- UInt
- Byte
- Str
- Object
- Function