Erin
eac86b5e0b
- `dim <ident> [value];` is now used for declaration - `<value> =: <assignable>` is used for assignments - As token `=` doesn't cause any ambiguity now, it can be used for equals operation
3 lines
34 B
Plaintext
3 lines
34 B
Plaintext
dim hello /*world*/;
|
|
hello print;
|