RosettaCodeData/Task/String-append/QBasic/string-append.basic

4 lines
42 B
Plaintext

a$ = "Hello"
a$ = a$ + " World!"
PRINT a$