updated site + added docs/builtins.md + statements can end with ',' to differentiate '1, -2' from '1 - 2' == '-1'.

This commit is contained in:
mark
2023-05-25 00:22:03 +02:00
parent 46653666f0
commit e766e78e96
8 changed files with 203 additions and 33 deletions

View File

@@ -32,4 +32,7 @@ Now, create a new text file (or choose one from the examples) and run it: `mers
## Docs
[syntax cheat sheet](docs/syntax_cheat_sheet.md)
[intro](docs/intro.md)
[builtins](docs/builtins.md)