|
Bilyk, Alex wrote: > > Is this wishing to much as to being able to say something to the tune of > > function f(...) > for k in (...) do > print ((...)[k]) > end > end Well, you can already write that but it may not do exactly what you expect. Try f{11,22,33} Ciao, ET.