Files
Toy/scripts/small.toy

7 lines
95 B
Plaintext

import compound;
//test getKeys
var d = ["foo": 1, "bar": 2];
var a = d.getValues();
print a;