String interpolation (included): Difference between revisions

m
→‎{{header|Quackery}}: replaced a note in the (accidentally duplicated/just removed) Quackery entry
No edit summary
m (→‎{{header|Quackery}}: replaced a note in the (accidentally duplicated/just removed) Quackery entry)
Line 1,755:
 
<code>interpolate$</code> replaces every instance of a specified character in a string with a specified string.
Note that the specified string should not include the specified character as this will cause <code>interpolate$</code> to loop indefinitely.
 
<syntaxhighlight lang="Quackery"> [ stack ] is int.chr
7,818

edits