lua-users home
lua-l archive

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


Just to raise this possible syntax. I don't particularly care if it's implemented or not.

    for value = 1,n in T do end

To implicitly use #T would be... ?

    for value = 1, in T do end

Or something. Like I said, I don't care what happens.

--
- tom
telliamed@whoopdedo.org