.he 'UNLESS''Page %'
.fo 'Steven Hardy''January 78'
UNLESS
.br
------
.br
The statement
 	UNLESS <condition> THEN <action> CLOSE
.br
is equivalent to
 	IF  NOT(<condition>) THEN <action> CLOSE
