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