String append: Difference between revisions

m
(Added Mathematica)
Line 279:
 
=={{header|PicoLisp}}==
<lang picolisp>(setq Str1 "12345678")
(setq Str1 "12345678")
(setq Str1 (pack Str1 "9!"))
(println Str1)</lang>
</lang>
{{out}}
<pre>"123456789!"</pre>
298

edits