4 lines
91 B
Text
4 lines
91 B
Text
|
|
local adjective = "little"
|
||
|
|
local sentence = $"Mary had a {adjective} lamb"
|
||
|
|
print(sentence)
|