4 lines
85 B
Text
4 lines
85 B
Text
local str="little"
|
|
put merge("Mary had a [[str]] lamb.")
|
|
|
|
-- Mary had a little lamb.
|