mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Arrays and dictionaries have been implemented, read more
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.
This commit is contained in:
2
scripts/small.toy
Normal file
2
scripts/small.toy
Normal file
@@ -0,0 +1,2 @@
|
||||
print ["foo", "bar"];
|
||||
print ["foo":1, "bar":2];
|
||||
Reference in New Issue
Block a user