Start of a group of instructions inside the select selection block.
If the select variable takes a value equal to k, it allows the instructions in the case to be executed.
Syntax |
case k |
---|---|
k |
Constant value |
Validity |
Rule, Task |
Note |
The given type of constant k must match the given type of the compared variable |
Example of use:
|