module pind.samples.ja.mixin_.mixin_16; import std.stdio; void main() { string s = `Hello`; s ~= ", World!"; import std.stdio; writeln(s); }