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

3 lines
42 B
Text

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