RosettaCodeData/Task/String-concatenation/Plain-English/string-concatenation.plain

9 lines
203 B
Plaintext

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.