4 lines
89 B
Text
4 lines
89 B
Text
var template = string
|
|
template = "Mary had a & lamb."
|
|
print using template; "little"
|
|
end
|