»Click here to display Table of Contents« HyperMath > Reference Guide > HyperMath Language Guide - Categorical > Utility Functions:
Suspens the hml process for n seconds.
sleep(s)
s
The number of seconds to suspend the hml process.
tic();
sleep(10);
r = toc();
print('r = ', r);
tic
toc