kytschBASIC

Put down that phone!
Please view me on real computer.

IFE

IF EMPTY conditional statement.

Example

DEF test%=0

IFE test% THEN

	PRINT "Test is empty"

END IF

See also