RosettaCodeData/Task/Boolean-values/Logo/boolean-values-2.logo

4 lines
119 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
if equal? 0 ln 1 [print "zero]
if empty? [] [print "empty] ; empty list
if empty? "|| [print "empty] ; empty word