Sleep: Difference between revisions

Content added Content deleted
(add task to aarch64 assembly raspberry pi)
(Add Plain English)
Line 1,731: Line 1,731:
put ('awake');
put ('awake');
</lang>
</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}}==
=={{header|PowerShell}}==