[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Extending Lua for multiple light userdata types
- From: Richter, Jörg <Joerg.Richter@...>
- Date: Wed, 14 Nov 2012 07:53:34 +0000
> The overall idea is quite simple. There will be two kinds of numbers,
> integers and floats.
Does this mean that the following program will fail:
t = { true }
assert( t[1.0] )
Jörg