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

7 lines
140 B
Text

To run:
Start up.
Put "abc" into a string.
Append "123" to the string.
Write the string to the console.
Wait for the escape key.
Shut down.