RosettaCodeData/Task/Boolean-values/Logo/boolean-values-1.logo
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

4 lines
108 B
Text

print 1 < 0 ; false
print 1 > 0 ; true
if "true [print "yes] ; yes
if not "false [print "no] ; no