RosettaCodeData/Task/String-append/QB64/string-append.qb64

4 lines
43 B
Plaintext

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