lua-users home
lua-l archive

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



forall x in t if x > 0 do ... end

I do like this syntax :) 

I'm tempted to steal it, though, I think "foreach" is probably clearer than "forall" -- simply because it's commonly used in many other languages.