[ create a new paste ] login | about

Link: http://codepad.org/9qM322Vf    [ raw code | output | fork ]

Perl, pasted on Nov 23:
1
2
3
4
$value  = 4294967296;

print ($value & 0xFFFFFFFF);
getc();


Output:
1
4294967295


Create a new paste based on this one


Comments: