delay Command

Purpose:

To pause program execution for a specified time amount

Syntax:

delay(n)

Where n is a value in milliseconds.

Comments:

delay is also known as sleep on other platforms

Example:

delay 1000  // delay for for 1 seconds