RosettaCodeData/Task/String-append/BASIC/string-append-2.basic
2015-02-20 09:02:09 -05:00

4 lines
62 B
Text

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