RosettaCodeData/Task/String-append/Pike/string-append.pike

4 lines
57 B
Plaintext

string msg = "hello";
msg += " world";
write(msg +"\n");