3 lines
78 B
Text
3 lines
78 B
Text
if :x < 0 [make "x 0 - :x]
|
|
|
|
ifelse emptyp :list [print [empty]] [print :list]
|