Files
Toy/scripts/hello_world.toy
T

7 lines
74 B
Plaintext

var table = ["alpha": 1, "beta": 2];
for (var i in table) {
print i;
}