Switch Statement Primitives
- Updated2025-12-15
- 1 minute(s) read
Use the Switch Statement primitives to create different cases of code to execute based on the value of a test expression.
| Palette object | Description |
|---|---|
| Case Statement | A functional statement under which you add code that executes if a test condition is met. |
| Switch | A statement that defines an expression to evaluate to determine which section of code, or Case Statement, to execute. |
Related Information
- Case Statement
A functional statement under which you add code that executes if a test condition is met.
- Switch Primitive
A statement that defines an expression to evaluate to determine which section of code, or Case Statement, to execute.