lua-users home
lua-l archive

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


On 3/25/2017 1:54 PM, Tim Hill wrote:
> 
> ... but it was refreshing to not have to worry about “len - 1” nonsense in for loop termination.

I find this amusing because I've never written "len - 1" in a loop, I've
only ever written "!= len".