4 lines
61 B
Text
4 lines
61 B
Text
|
|
var.string="This is "
|
||
|
|
var.string+="Sparta!"
|
||
|
|
debug=var.string
|