Repeat

From GMpedia.org Wiki

Jump to: navigation, search

The repeat statements repeats a set of actions a number of times.

[edit] Syntax

Syntax in Psuedo code is as follows:

REPEAT(N)
BEGIN
actions
END

Where N is the number of times to repeat.

[edit] See Also

Personal tools