4 lines
57 B
Text
4 lines
57 B
Text
|
|
string msg = "hello";
|
||
|
|
msg += " world";
|
||
|
|
write(msg +"\n");
|