RosettaCodeData/Task/String-append/PicoLisp/string-append.l

4 lines
67 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(setq Str1 "12345678")
(setq Str1 (pack Str1 "9!"))
(println Str1)