You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keyword for defining the default condition of a <b>switch</b>. If none of the case labels match the <b>switch</b> parameter, the statement(s) after the <b>default</b> syntax are executed. Switch structures don't require a <b>default</b>.
]]></description>
<syntax>
default: <c>statements</c>
</syntax>
<parameter>
<label>statements</label>
<description><![CDATA[one or more valid statements to be executed]]></description>