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

4 lines
78 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
if :x < 0 [make "x 0 - :x]
ifelse emptyp :list [print [empty]] [print :list]