RosettaCodeData/Task/String-interpolation-included-/ArkScript/string-interpolation-included-.ark

5 lines
147 B
Text
Raw Permalink Normal View History

2025-08-11 18:05:26 -07:00
(print (string:format "Mary had a {} lamb." "little"))
(let replacement "medium-sized")
(print (string:format "Mary had a {} lamb." replacement))