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