RosettaCodeData/Task/String-concatenation/Plain-English/string-concatenation.plain
2023-07-01 13:44:08 -04:00

8 lines
203 B
Text

To run:
Start up.
Put "hello" into a string.
Put the string then " world" into another string.
Write the string to the console.
Write the other string to the console.
Wait for the escape key.
Shut down.