RosettaCodeData/Task/Sleep/00DESCRIPTION

13 lines
429 B
Plaintext

;Task:
Write a program that does the following in this order:
* Input an amount of time to sleep in whatever units are most natural for your language (milliseconds, seconds, ticks, etc.). This unit should be noted in comments or in a description.
* [[Hello world/Text|Print]] "Sleeping..."
* Sleep the main [[thread]] for the given amount of time.
* Print "Awake!"
* End.
<br>
;Related task:
* &nbsp; [[Nautical bell]]
<br><br>