Description
Keyword used in statement select ... case ... end
Keyword case
points out one variant of a variable value (it is the
variable value which is selected from a range of values).
Use it in the following way:
Examples
See also
History
Version | Description |
6.0.0 | case is now protected:
Assignments like case=1 are no longer possible. |
Report an issue | ||
<< break | Control flow | continue >> |