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

6 lines
63 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
: (chop "abc")
-> ("a" "b" "c")
: (pack (reverse @))
-> "cba"