[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: #{...}
- From: Adrian Sietsma <adrian_groups@...>
- Date: Sat, 15 Apr 2006 00:55:50 +1000
I note that #{nil,1,2,3} returns 4, in Lua 5.1. This behavior is highly
desirable, but contradicts the 5.1 documentation re #. Can this behaviour be
relied upon (otherwise unpack({...}) would lose embedded nils) ?
Adrian.