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

4 lines
59 B
Text
Raw Permalink Normal View History

2023-12-16 21:33:55 -08:00
10 LET a$ = "Hello"
20 LET a$ = a$ + " World!"
30 PRINT a$