default / Reference
Description
Keyword for defining the default condition of a switch. If none of the case names match the switch parameter, the statement(s) after the default syntax are executed. Switch structures don't require a default.
default / Reference
Keyword for defining the default condition of a switch. If none of the case names match the switch parameter, the statement(s) after the default syntax are executed. Switch structures don't require a default.