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

4 lines
51 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
10 S$ = "HELLO"
20 S$ = S$ + " WORLD!"
30 PRINT S$