IFE
IF EMPTY conditional statement.
Example
DEF test%=0
IFE test% THEN
PRINT "Test is empty"
END IF
Put down that phone!
Please view me on real computer.
IF EMPTY conditional statement.
DEF test%=0
IFE test% THEN
PRINT "Test is empty"
END IF