b – Boolean#

If the Operand Type is Boolean, only a ‘True’ or ‘False’ value is entered in the following operand. It is not necessary to put quote marks around the values.

Statement:If the global variable ‘Full-Time’ equals the value True, go to line 00100, else go to line 00200.

Line CMD OT Operand 1 OPER OT Operand2 OT Operand3 If Goto Else GoTo 00010 IF $G FULL-TIME EQ B TRUE 00100 00200