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

4 lines
59 B
Plaintext

10 LET a$ = "Hello"
20 LET a$ = a$ + " World!"
30 PRINT a$