You might think this is me being thick, and not really a feature request

Well, I request information about this stuff to be added to the manual if PB can already do it

My problem is logic functions. I can't seem to get them to work.
a.w=1 And 3 : PrintN(Str(a)) ; Gives answer of 1 = correct
a.w=1 Or 3 : PrintN(Str(a)) ; Gives answer of 0 = wrong
Don't even get me started on exclusive or - since there seems to be no function for that.
Cheers.
--
It's not minimalist - I'm increasing efficiency by reducing input effort.