Jump to content

Sleep: Difference between revisions

easylang
(New post using Java 8 syntax, in addition to an existing post using Java 5 syntax.)
(easylang)
Line 1,103:
})
}</syntaxhighlight>
 
=={{header|EasyLang}}==
<syntaxhighlight lang="easylang">
print "How many seconds should I sleep? "
sec = number input
print "Sleeping ..."
sleep sec
print "Awake!"
</syntaxhighlight>
 
=={{header|EGL}}==
2,044

edits

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