RosettaCodeData/Task/String-append/DBL/string-append.dbl

5 lines
92 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
;Concatenate "Hello world!"
STR='Hello'
STR(%TRIM(STR)+2:5)='world'
STR(%TRIM(STR)+1:1)='!'