Continue statement

Game Maker 8

Continue statement

The continue statement has the form

continue

If used within a for-loop, a while-loop, a repeat-loop, or a with statement, it continues with the next value for the loop or with statement.