Some fun with varray tests, tried this: //// var b = varray[int] 20ul; println$ len b;
iter println of (int) b; b+= 22; b+= 33; iter println of (int) b; c:= map (curry sub of (int * int) 100) b; println c; /// and it worked! varray(78, 67) -- john skaller [email protected] ------------------------------------------------------------------------------ _______________________________________________ Felix-language mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/felix-language
