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