Operand types:
a: Boolean
b: Boolean
Type of returned value:
Boolean
Description:
a or b
Example:
if (not (canMove tank1) or not (canMove tank2)) then {hint "Our armour is being immobilsed!"}