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

8 lines
140 B
Plaintext

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.