Command:Continue

From Lavish Software Wiki
Revision as of 01:21, 24 March 2005 by Lax (talk | contribs)
Jump to navigation Jump to search

Syntax

Command Difficulty Rating
Continue
Usage Beginner
Level of Understanding Intermediate
Computer Savvy Beginner
Logic Intermediate

Continue

Description

Used within a While loop, skips the remaining portion of the loop and continues at the While, where the conditions for looping will be checked.

Examples

See Also