RosettaCodeData/Task/Conditional-structures/Logo/conditional-structures-1.logo

4 lines
78 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
if :x < 0 [make "x 0 - :x]
ifelse emptyp :list [print [empty]] [print :list]