RosettaCodeData/Task/Reverse-a-string/Quackery/reverse-a-string.quackery

5 lines
133 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
[ dup nest? if
[ [] swap witheach
[ nested
swap join ] ] ] is reverse ( x --> x )