// a test about collections, WIP var returnlist = funct() { :result = @[1, 2, 3, 4]; }; //expect:3.0 print returnlist()[2];