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

5 lines
62 B
Plaintext

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