String interpolation (included): Difference between revisions

Content added Content deleted
m (syntax highlighting fixup automation)
(Adds slope example)
Line 1,941: Line 1,941:


See: [https://github.com/trizen/sidef/wiki#strings documentation]
See: [https://github.com/trizen/sidef/wiki#strings documentation]

=={{header|Slope}}==

<syntaxhighlight lang="slope">(define str "little")
(display (string-format "Mary had a %v lamb." str))</syntaxhighlight>

[https://slope.colorfield.space/slope/api-reference.html#string-format Documentation].


=={{header|SNOBOL4}}==
=={{header|SNOBOL4}}==