Conditional Statements
- Updated2025-12-15
- 1 minute(s) read
Use the Conditional statements to execute different code under different, specified conditions.
| Palette object | Description |
|---|---|
| If Else | A statement that defines an expression to evaluate to determine whether to execute one section of code or another. |
| Subpalette | Description |
|---|---|
| Switch Statement Primitives | Use the Switch Statement primitives to create different cases of code to execute based on the value of a test expression. |
Related Information
- If Else
A statement that defines an expression to evaluate to determine whether to execute one section of code or another.
- Switch Statement Primitives
Use the Switch Statement primitives to create different cases of code to execute based on the value of a test expression.