Bool.and, Bool.or and Bool.xor mention shortcuts. I guess that's how it was before binary &, | and ^ were dropped.
Bool.and
Bool.or
Bool.xor
&
|
^
thanks, pushed a fix
Login or Signup to reply.
vkuzkokov Fri 3 Dec 2010
Bool.and,Bool.orandBool.xormention shortcuts. I guess that's how it was before binary&,|and^were dropped.brian Fri 3 Dec 2010
thanks, pushed a fix