Commit Graph

9 Commits

Author SHA1 Message Date
mark
db0be51fa4 added arrow syntax for forcing output types and added the "any" type (which is basically useless and will likely change in the future) 2023-06-04 21:33:35 +02:00
mark
c7642ef911 there can now be multiple functions with the same name. The most recently declared one will be preferred if multiple would be valid. 2023-06-04 20:07:50 +02:00
mark
8066487006 update intro.md 2023-05-26 21:26:14 +02:00
mark
4356858ab2 made syntax cheat sheet a bit clearer 2023-05-26 20:18:09 +02:00
mark
3f76e4f549 add a.fn(b) syntax to cheat sheet 2023-05-25 00:25:50 +02:00
mark
bcc88bf088 added 'outdated' message to intro 2023-05-25 00:24:24 +02:00
mark
e766e78e96 updated site + added docs/builtins.md + statements can end with ',' to differentiate '1, -2' from '1 - 2' == '-1'. 2023-05-25 00:22:03 +02:00
mark
46653666f0 updated readme and docs 2023-05-24 23:35:42 +02:00
Mark
ac3221471f
Create intro.md
before we can add advanced examples, we need type inference: just because I declare a variable as `[]` doesn't mean I'll never write a value to it.
2023-05-18 02:06:45 +02:00