Jump to content

Sleep: Difference between revisions

No change in size ,  1 year ago
m
m (added Diego entry)
m (→‎{{header|Diego}}: syntax error)
Line 1,031:
=={{header|Diego}}==
Diego is zero-threaded, meaning that the callee can handle the instruction how they wish (dependant on decision behaviour), however, the thread behaviour can be stipulated in code.
<lang diego>begin instuctbegin_instuct(sleepTime);
ask_human()_first()_msg(Enter number of seconds to sleep: )_var(sleepSecs)_me();
set_decision(asynchronous)_me();
Cookies help us deliver our services. By using our services, you agree to our use of cookies.