mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
7 lines
95 B
Plaintext
7 lines
95 B
Plaintext
import compound;
|
|
|
|
//test getKeys
|
|
var d = ["foo": 1, "bar": 2];
|
|
var a = d.getValues();
|
|
print a;
|