RosettaCodeData/Task/String-append/BaCon/string-append.bacon
2023-07-01 13:44:08 -04:00

3 lines
42 B
Text

A$ = "Hello"
A$ = A$ & " World!"
PRINT A$