3 lines
45 B
Text
3 lines
45 B
Text
var s = "no more "
|
|
s ~= "foo bars"
|
|
writeln s
|
var s = "no more "
|
|
s ~= "foo bars"
|
|
writeln s
|