[haXe] "~" complement operator
Nicolas Cannasse
ncannasse at motion-twin.com
Fri Jul 6 12:01:42 CEST 2007
Franco Ponticelli a écrit :
> When I try to use the "~" complement operator in Neko, I receive the
> error "Operation not available" ... is this intentional or just a
> missing implementation?
~ is usually used for 32-bit integers, so it will not provide excepted
results with Neko 31-bits integers, that's why I prefered not to add it
to Neko.
Nicolas
More information about the Haxe
mailing list