pause - Anobium/Great-Cow-BASIC-Help GitHub Wiki

Pause

Syntax:

Fixed Length Delay:
    Pause time_ms

Command Availability:

Available on all microcontrollers.

Explanation:

The Pause command will cause the program to pause for a specified time in milliseconds. The only unit of time permitted is milliseconds.

Please use the wait command to use other units of time.

For more help, see Wait

⚠️ **GitHub.com Fallback** ⚠️