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

4 lines
56 B
Plaintext

100 LET S$="Hello"
110 LET S$=S$&" World!"
120 PRINT S$