lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


TNHarris <telliamed@whoopdedo.org> writes:
> It's "each" instead of "iterate" simply for being shorter. I don't
> particularly care for "iter" and "enum" because they're abbreviations.
> And "enum" already has a meaning in C.

Hmm, I'd use "values(set)" rather than "each":

   for v in values(set) do ... end

-miles

-- 
Fast, small, soon; pick any 2.