mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-16 07:14:07 +10:00
3 lines
70 B
Plaintext
3 lines
70 B
Plaintext
print [[1, 2, 3], [4, 5, 6], [7, 8, 9]];
|
|
print [["foo":1]:["bar":2]];
|