forked from AbleScript/ablescript
Erin
e3d49c9c1f
- `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;
|