by Brayla Sana | Apr 19, 2016 | Flow Control, LSL, OSSL, Wiki
Execute some statement(s) if a condition is true, else some other statement(s) if it is false. This is essentially the “bread and butter” of coding: the decision making inside a script. if (condition) statement else statement if (condition) {...