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.

LineCMDOTOperand 1OPEROTOperand2OTOperand3If Goto Else GoTo
00010 IF$GFULL-TIMEEQBTRUE 00100 00200


Notes #

Click to create a new notes page