CALL WAIT
This page was last modified 03:01, 16 December 2017 by Gdx.

Contents

Effect

Waits for specified time.

Note: You can interrupt the execution during the waiting period by pressing CTRL+STOP.

Syntax

CALL WAIT (<time>)

Parameter

<time> is waiting time. The value can be between 0 and 32767. A unit equals 1/60 second.

Example

To wait 10 seconds:

CALL WAIT(600)

Related to

CALL INTWAIT, CALL PAUSE, CALL VDPWAIT

Compatibility

DM-System2 BASIC