mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-19 16:54:08 +10:00
The arrays and dictionaries are currently being printed out correctly, afaik. This means I should be able to go back and work on the type system, assuming nothing happens.
2 lines
47 B
Plaintext
2 lines
47 B
Plaintext
print ["foo", "bar"];
|
|
print ["foo":1, "bar":2]; |