5 lines
133 B
Text
5 lines
133 B
Text
|
|
[ dup nest? if
|
||
|
|
[ [] swap witheach
|
||
|
|
[ nested
|
||
|
|
swap join ] ] ] is reverse ( x --> x )
|