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