String prepend: Difference between revisions

m
m (→‎{{header|Picat}}: code tags)
Line 1,260:
 
=={{header|Picat}}==
As usual there are a couple ways of doing this. The most common is probable to use string concatenation (<code>++</code>), but <code>append/3</code> might be useful if backtracking is needed.
<lang Picat>go =>
Line 1,287:
CBA123456789
DECBA123456789</pre>
 
 
=={{header|PicoLisp}}==
495

edits