HyperMath

sleep

sleep

Previous topic Next topic No expanding text in this topic  

sleep

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Suspens the hml process for n seconds.

Syntax

sleep(s)

Outputs

Name

Description

 

s

The number of seconds to suspend the hml process.

Example

Syntax

 

tic();

sleep(10);

r = toc();

print('r = ', r);

See Also:

tic

toc