RosettaCodeData/Task/String-append/NetRexx/string-append.netrexx

4 lines
38 B
Plaintext

s_ = 'Hello'
s_ = s_', world!'
say s_