Difference between revisions of "If else"

From Second Life Wiki
Jump to navigation Jump to search
(Redirecting to If)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{LSL_Conditional
#REDIRECT [[if]]
|statement=dowhile
|statement_header
|statement_desc=Any of the statements can be null statements.
|statement_title=if(condition) branch_true else branch_false
|p1_name=condition|p1_desc=If this executes as true then '''branch_true''' is executed otherwise '''branch_false''' is executed.
|p2_name=branch_true|p2_desc=Can be either a single statement, a block statement, or a null statement.
|p3_name=branch_false|p3_desc=Can be either a single statement, a block statement, or a null statement.
|constants
|spec
|caveats
|examples
|helpers
|also_header
|also_functions
|also_tests
|also_articles
|also_footer
|notes
|mode
|deprecated
|cat1
|cat2
|cat3
|cat4
}}

Latest revision as of 20:50, 6 March 2007

Redirect to: