RosettaCodeData/Task/String-append/REXX/string-append-1.rexx

4 lines
29 B
Rexx
Raw Permalink Normal View History

2015-02-20 09:02:09 -05:00
s='he'
s=s'llo world!'
Say s