RosettaCodeData/Task/String-append/IS-BASIC/string-append.basic
2023-07-01 13:44:08 -04:00

3 lines
56 B
Text

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