Go to the first, previous, next, last section, table of contents.


Connectives for test

The usual logical connectives.

`! expr'
True if expr is false.
`expr1 -a expr2'
True if both expr1 and expr2 are true.
`expr1 -o expr2'
True if either expr1 or expr2 is true.


Go to the first, previous, next, last section, table of contents.