String interpolation (included): Difference between revisions

m
added whitespace before the TOC. .
(Added 11l)
m (added whitespace before the TOC. .)
Line 7:
:(Languages usually include an infrequently used character or sequence of characters to indicate what is to be replaced such as "%", or "#" rather than "X").
 
 
;The task is to:
;Task:
# Use your languages inbuilt string interpolation abilities to interpolate a string missing the text <code>"little"</code> which is held in a variable, to produce the output string <code>"Mary had a little lamb"</code>.
# If possible, give links to further documentation on your languages string interpolation features.
 
 
<small>Note: The task is not to create a string interpolation routine, but to show a language's built-in capability.</small>
<br><br>
 
=={{header|11l}}==