Meta Project

The Unofficial Meta Documentation

WAIT

Summary

WAIT pauzes the program for a number of seconds

Category

Categoryname

Usage

WAIT value

Arguments

value - Numeric value, the number of seconds the program must WAIT

Refinements

This method has no refinements

Description

WAIT pauzes the program for a number of seconds. Waiting in seconds like Rebol. Not milliseconds or any other amount because of platform dependencies.

Example Code

WAIT 2

Related

N.A.

Back to the Meta Methods Reference index