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

4 lines
42 B
Plaintext

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