SLEEP instruction

This instruction will cause the current action to be suspended. The action will subsequently resume after the indicated period of time in seconds.

Syntax

sleep time-period

where time-period is integer Indirect Value which could be just a simple integer or more advanced as described in Indirect Values in SML

Example:

sleep 5

This instruction will suspend the current action for 5 seconds