Command:Case
Jump to navigation
Jump to search
Contents
Syntax
Case | |
Usage | Intermediate |
Level of Understanding | Intermediate |
Computer Savvy | Beginner |
Logic | Intermediate |
Case <text>
Description
Used within a Switch, this marks the beginning of what should be executed if the text matches what was given to Switch.
Examples
- Case "Multiple words must be quoted"