Sleep: Difference between revisions

Add Plain English
(add task to aarch64 assembly raspberry pi)
(Add Plain English)
Line 1,731:
put ('awake');
</lang>
 
=={{header|Plain English}}==
<lang plainenglish>To run:
Start up.
Demonstrate waiting.
Wait for the escape key.
Shut down.
 
To demonstrate waiting:
Write "How many milliseconds should I wait? " to the console without advancing.
Read some milliseconds from the console.
Write "Sleeping..." to the console.
Wait for the milliseconds.
Write "Awake!" to the console.</lang>
 
=={{header|PowerShell}}==
1,808

edits