|
|
(8 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| {{LSL Header}} __NOTOC__
| | #REDIRECT [[if]] |
| {{LSL Generic
| |
| |{{{statement}}}|
| |
| |header_floater
| |
| |header_text={{LSL_Generic/Text
| |
| |header_footnote
| |
| |p1_name=loop
| |
| |p1_desc=Executes once, then executes '''condition'''.
| |
| |p2_name=condition
| |
| |p2_desc=If condition executes true, it then loops back and executes '''loop''' again.
| |
| }}
| |
| |header_title={{LSL_Generic/Title
| |
| |name=do loop while
| |
| |template=none
| |
| |p1_name=condition
| |
| |return_end=<nowiki>;</nowiki>}}
| |
| |deprecated
| |
| |constants_nb={{LSL Constants Conditional}}
| |
| |spec
| |
| |caveats
| |
| |examples
| |
| |helpers
| |
| |also_header
| |
| |also_events
| |
| |also_functions
| |
| |also_tests
| |
| |also_articles
| |
| |also_footer
| |
| |notes
| |
| |mode
| |
| |self
| |
| |type=flow control
| |
| |template=LSLG
| |
| |footer=<div style="font-size:x-small;">This page is based on information gathered from the Second Life client {{HoverText|source|'linden\indra\newview\app_settings\keywords.ini'}}, and as such has additional [http://secondlife.com/developers/opensource/licenses licensing restrictions].</div>}}
| |
| {{LSLC|Flow Control|if-else}}
| |