RosettaCodeData/Task/String-append/NS-HUBASIC/string-append.basic

4 lines
51 B
Plaintext

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