RosettaCodeData/Task/String-append/PicoLisp/string-append.l
2015-02-20 09:02:09 -05:00

3 lines
67 B
Text

(setq Str1 "12345678")
(setq Str1 (pack Str1 "9!"))
(println Str1)