lua-users home
lua-l archive

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


> How about n = HEX"c3" or simply n = X"c3", if you can spare the global X?

Is hex/oct/bin etc going to be implemeted into lua per default? or should
we resolve to our own hacks. And what about bitwise operations?
I know there's a neat lib by Reuben (thanks), but it's cleaner to have it
in the core.. Just curious :o)

//Andreas