RosettaCodeData/Task/String-append/QB64/string-append.qb64
2023-07-01 13:44:08 -04:00

3 lines
43 B
Text

s$ = "String"
s$ = s$ + " append"
Print s$