mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Recursive arrays and dictionaries!
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
print ["foo", "bar"];
|
||||
print ["foo":1, "bar":2];
|
||||
print [[1, 2, 3], [4, 5, 6], [7, 8, 9]];
|
||||
print [["foo":1]:["bar":2]];
|
||||
|
||||
Reference in New Issue
Block a user