<AND>
Syntax
<AND {bool1} {bool2} >
where:
bool1 boolean value
bool2 boolean value
Description
<AND> returns TRUE (1) only if bool1 and bool2 are are both true.
See also: <NOT>, <OR>.
Example
&FORWARD first <AND <PARMPRES 1> <EQUAL <PARMTYPE 1> 4>>
A jump will be made to the label first if a parameter was given on the
script command line and that parameter is a number.