5 lines
147 B
Text
5 lines
147 B
Text
|
|
(print (string:format "Mary had a {} lamb." "little"))
|
||
|
|
|
||
|
|
(let replacement "medium-sized")
|
||
|
|
(print (string:format "Mary had a {} lamb." replacement))
|