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

4 lines
56 B
Plaintext

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