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

4 lines
42 B
Plaintext

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