AutoPatrol, Bureaucrats, Administrators
683
edits
| Lukas Rypl (talk | contribs)  (→switch:   example added) | m (→switch) | ||
| Line 447: | Line 447: | ||
| Example: | Example: | ||
| <syntaxhighlight lang="c"> | |||
|    switch (input)   |    switch (input)   | ||
|    { |    { | ||
| Line 459: | Line 459: | ||
|        trace(0, "Input is unknown"); |        trace(0, "Input is unknown"); | ||
|    } |    } | ||
| </syntaxhighlight> | |||
| == return == | == return == | ||