The code below outputs "not equal" on my system, which seems unlogical to me. However since am am absolute beginner in nimrod programming i dont report this as a bug (yet) since it is very possible my code is nuked. Whats wrong here?
Regards Robert
var t=0x950412DE
if t==0x950412DE:
echo "equal"
else:
echo "not equal"
I can confirm this bug on my 32bit system.
Here's my modification of the code: var t = 0x950412DE echo t
and here's the results: brenton@trixarian:~/nimrod$ ./test
not equal