4 lines
92 B
Text
4 lines
92 B
Text
;Concatenate "Hello world!"
|
|
STR='Hello'
|
|
STR(%TRIM(STR)+2:5)='world'
|
|
STR(%TRIM(STR)+1:1)='!'
|