<OR> [ HP DeskManager Customization ] MPE/iX 5.0 Documentation
HP DeskManager Customization
<OR>
Syntax
<OR {bool1} {bool2} >
where:
bool1 boolean number
bool2 boolean number
Description
<OR> returns 1(TRUE) if either bool1 or bool2 are true.
See also: <AND>, <NOT>.
Example
&FORWARD parmok <OR <PARMPRES 2> <EQUAL <PARM 1> 3>>
This causes a jump forward to the label parmok if either a second
parameter is given on the script command line, or the first parameter is
equal to 3.
MPE/iX 5.0 Documentation