RosettaCodeData/Task/String-prepend/PicoLisp/string-prepend.l
2023-07-01 13:44:08 -04:00

3 lines
67 B
Text

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