Difference between revisions of "Do while"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
|header_floater | |header_floater | ||
|header_text={{LSL_Generic/Text | |header_text={{LSL_Generic/Text | ||
|header_footnote | |header_footnote | ||
|p1_name=loop | |p1_name=loop | ||
|p1_desc= | |p1_desc=Executes once, then executes '''condition'''. | ||
|p2_name=condition | |p2_name=condition | ||
|p2_desc= | |p2_desc=If condition executes true, it then loops back and executes '''loop''' again. | ||
}} | }} | ||
|header_title={{LSL_Generic/Title | |header_title={{LSL_Generic/Title | ||
Line 15: | Line 15: | ||
|p1_name=condition | |p1_name=condition | ||
|return_end=<nowiki>;</nowiki>}} | |return_end=<nowiki>;</nowiki>}} | ||
|deprecated | |deprecated | ||
|constants_nb=<div id="box"> | |constants_nb=<div id="box"> | ||
== Conditional Types == | == Conditional Types == |
Revision as of 14:01, 8 February 2007
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Examples