IF/SELECT: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1:
== IF Statements ==
'''IF''' statements are the primary conditional instructions. When reached, they evaluate whether a condition is true.
 
Line 51 ⟶ 52:
|LBL[2]
|}
 
== SELECT Statements ==
When wanting to make a large list of possible conditions for a single variable, you'll likely want to use the '''SELECT''' option.
{| class="wikitable"