RosettaCodeData/Task/User-input-Text/Plain-English/user-input-text.plain
2023-07-01 13:44:08 -04:00

14 lines
411 B
Text

To run:
Start up.
Demonstrate input.
Wait for the escape key.
Shut down.
To demonstrate input:
Write "Enter a string: " to the console without advancing.
Read a string from the console.
Write "Enter a number: " to the console without advancing.
Read a number from the console.
\Now show the input values
Write "The string: " then the string to the console.
Write "The number: " then the number to the console.