kytschBASIC

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

IFNTE

IF NOT EMPTY conditional statement.

Example

IFNTE _GET("input_test") THEN

	PRINT "You submitted this,"

	LINE BREAK

	PRINT _GET("input_test")

END IF

See also