4 lines
108 B
Text
4 lines
108 B
Text
print 1 < 0 ; false
|
|
print 1 > 0 ; true
|
|
if "true [print "yes] ; yes
|
|
if not "false [print "no] ; no
|