RosettaCodeData/Task/String-interpolation-included-/Pluto/string-interpolation-included-.pluto

4 lines
91 B
Text
Raw Permalink Normal View History

2025-08-11 18:05:26 -07:00
local adjective = "little"
local sentence = $"Mary had a {adjective} lamb"
print(sentence)