|
> for i in function(s, v) if v ~= 100 then return v + 1 end end, nil, 0 do > print("I would never use numeric for again") > end > > (I hope Petite Abeille was being sarcastic) > Seriously :) If that's what numeric for looks like I might as well be programming in a purely functional language. wes