15 lines
411 B
Plaintext
15 lines
411 B
Plaintext
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.
|