5 lines
62 B
Text
5 lines
62 B
Text
IF condition THEN
|
|
PRINT "True"
|
|
ELSE
|
|
PRINT "False"
|
|
ENDIF
|