RosettaCodeData/Task/String-append/GW-BASIC/string-append.basic
2023-12-16 21:33:55 -08:00

3 lines
59 B
Text

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