Difference between revisions of "Command:Continue"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== Syntax == | == Syntax == | ||
{{CMD-DR|Continue|Beginner|Intermediate|Beginner|Intermediate}} | {{CMD-DR|Continue|Beginner|Intermediate|Beginner|Intermediate}} | ||
+ | Continue | ||
== Description == | == Description == | ||
+ | Used within a [[Command:While|While]] loop, skips the remaining portion of the loop and continues at the [[Command:While|While]], where the conditions for looping will be checked. | ||
== Examples == | == Examples == |
Revision as of 01:21, 24 March 2005
Contents
Syntax
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.