Lonkero,
It's a bug.

code:
$x=not 0 and not 1
? $x

Returns "0" under KiXtart 4.00, but "1" under KiXtart 4.10 RC3.

It looks like the precedence has changed, and "and" now has a higher precedence than "not".