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

4 lines
29 B
Rexx
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
s='he'
s=s'llo world!'
Say s