ablescript/examples
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
..
by-arity-chain.able Changed variable declaration / assignment and equals syntax: 2022-04-18 20:34:08 +02:00
carts.able Changed variable declaration / assignment and equals syntax: 2022-04-18 20:34:08 +02:00
functio.able Renamed dir 2022-03-01 22:17:01 +01:00
hello-world.able Changed variable declaration / assignment and equals syntax: 2022-04-18 20:34:08 +02:00
iotest.able Changed variable declaration / assignment and equals syntax: 2022-04-18 20:34:08 +02:00
melo-hello.able Changed variable declaration / assignment and equals syntax: 2022-04-18 20:34:08 +02:00
pass-by-reference.able Changed variable declaration / assignment and equals syntax: 2022-04-18 20:34:08 +02:00