RosettaCodeData/Task/Literals-String/PicoLisp/literals-string-3.l

6 lines
63 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
: (chop "abc")
-> ("a" "b" "c")
: (pack (reverse @))
-> "cba"