Files
Toy/scripts/small.toy

3 lines
70 B
Plaintext

print [[1, 2, 3], [4, 5, 6], [7, 8, 9]];
print [["foo":1]:["bar":2]];