[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Regarding the name 'pairs'
- From: Miles Bader <miles@...>
- Date: Mon, 14 Sep 2009 17:00:20 +0900
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.