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