.he 'AND''`Page %'
.fo 'Steven Hardy''January 78'
AND
.br
---
.br
AND is used to form a 'conjunction` of two boolean expressions.
For example:
.br
 	: P AND Q
.br
This expression evaluates to TRUE iff (if and only if) neither P or Q evaluate to FALSE.
NB - Q will not be evaluated if P is FALSE.
