4.5.6 boolean operations
and
logical
and
, may also be written as
&&
or
logical
or
, may also be written as
||
not
logical
not
, may also be written as
!
The precedence of the boolean operations is:
parentheses
comparisons
not
and
or
Example:
User manual for
Singular
version 3-1-6, Dec 2012, generated by
texi2html
.