Logical operators
?
% L1 op L2????? % L1 and L2 are expressions or variables
?
% Yield logical results that is TRUE OR FALSE
?
% Operator???????????? Operations
% &???????????????????? Logical AND
% &&??????????????????? Logical AND with shortcut evaluation
% l????????????? ??????? Logical inclusive OR
% ll??????????????????? Logical inclusive OR with shortcut evaluation
% xor?????????????????? Logical Exclusive OR
% ~???????????????????? Logical NOT