[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: SV: Hex constants (idle question)
- From: "Andreas Stenius" <andreas.stenius@...>
- Date: Thu, 11 Dec 2003 11:17:18 +0100
> 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