Jump to content

Sleep: Difference between revisions

no edit summary
(Add Plain English)
No edit summary
Line 604:
50 PAUSE SLEEPTIME
60 PRINT "AWAKE."</lang>
 
=={{header|BaCon}}==
 
<lang freebasic>
'---The SLEEP command takes milliseconds by default but we will adjust it
PRINT "Enter a number for each second you want to wait\nthen press Enter "
INPUT millisec
PRINT "Sleeping..."
SLEEP millisec * 1000
PRINT "Awake!"
</lang>
 
=== {{header|ZX Spectrum Basic}} ===
69

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.