RosettaCodeData/Task/Sleep/00DESCRIPTION

13 lines
429 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
;Task:
2013-04-11 01:07:29 -07:00
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.
2016-12-05 22:15:40 +01:00
<br>
2013-06-05 21:47:54 +00:00
2016-12-05 22:15:40 +01:00
;Related task:
* &nbsp; [[Nautical bell]]
<br><br>