You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 10, 2020. It is now read-only.
% or MOD | Reminder (QB compatible: a=int(a), b=int(b), a-b*(a/b))
MDL | Modulus (a%b+b*(sgn(a)<>sgn(b)))
NOT or ! | Logical NOT (NOT false = true)
IN | belongs to … (see “The IN operator”)
LIKE | Regular expression match (see “The LIKE operator”)
AND or && | Logical AND
OR or | Logical OR
BAND or & | bitwise AND
BOR or | bitwise OR
EQV | bitwise EQV
IMP | bitwise IMP
XOR | bitwise XOR
NAND | bitwise NAND
NOR | bitwise NOR
XNOR | bitwise XNOR