RosettaCodeData/Task/String-append/Run-BASIC/string-append.basic

4 lines
42 B
Plaintext

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