Command:Default
Jump to navigation
Jump to search
Contents
Syntax
Default | |
Usage | Beginner |
Level of Understanding | Intermediate |
Computer Savvy | Beginner |
Logic | Intermediate |
Default
Description
Used within a Command:Switch, this marks the "default" case. If no explicit cases match, this will be executed. If no default is given and no explicit cases match, the execution would simply continue after the EndSwitch.