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

3 lines
51 B
Text

10 S$ = "HELLO"
20 S$ = S$ + " WORLD!"
30 PRINT S$