4 lines
48 B
Text
4 lines
48 B
Text
|
|
var .s = "no more "
|
||
|
|
.s ~= "foo bars"
|
||
|
|
writeln .s
|