Additions:
==Usage==
==Explanation==
==Example==
==Categories==
==Explanation==
==Example==
==Categories==
Deletions:
**Explanation**
**Example**
**Categories**
Revision [287]
Edited on 2009-01-15 23:15:33 by AdminSkyldAdditions:
**Categories**
CategoryLanguageConstruct
CategoryLanguageConstruct
Revision [250]
Edited on 2009-01-12 12:48:55 by JamesCodeinAdditions:
..temp.counter will increase only by one in this loop, because the condition is false. However, this differs from a while loop because the code block in a while loop would not have been executed at all.
Deletions:
Revision [249]
Edited on 2009-01-12 12:48:08 by JamesCodeinAdditions:
..temp.counter will increase only by one in this loop, because the condition is false. However, this differs from a while loop in that the code block would not be executed at all.
Deletions:
Revision [247]
Edited on 2009-01-12 00:18:29 by ScripterAlex [[Fixed the paragraph about execution]]Additions:
Just like a ##{{color text="while" c="#555"}}## loop, you can end the loop's execution by using ##{{color text="break" c="#555"}}##, ##{{color text="return" c="#555"}}## or by making the condition ##{{color text="FALSE" c="#555"}}##.
Deletions:
Additions:
Just like a ##{{color text="while" c="#555"}}## loop, you can end the loop's excution by using ##{{color text="break" c="#555"}}##, ##{{color text="return" c="#555"}}## or by making the condition ##{{color text="FALSE" c="#555"}}##.
Deletions:
Revision [245]
Edited on 2009-01-12 00:16:35 by ScripterAlexAdditions:
Just like a ##{{color text="while" c="#555"}}## loop, you can end the loop's excution by using ##{{color text="break" c="#555"}}##, ##{{color text="return" c="#555"}}## or by making the condition ##{{color text="FALSE" c="#555"}}##