Commit graph

4 commits

Author SHA1 Message Date
Erin 84f54f12d6 Changed dim syntax 2022-06-03 00:10:19 +02:00
Erin ea13c79fc4 replaced if with unless 2022-04-18 21:42:26 +02:00
Erin eac86b5e0b Changed variable declaration / assignment and equals syntax:
- `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
2022-04-18 20:34:08 +02:00
Erin 4f56411375 Renamed dir 2022-03-01 22:17:01 +01:00