Functions, Operators, Switch Cases and Truth Tables : Switch Cases : Ada Language : Limitations

Limitations

Note the following restrictions:

Ranges (for example, (RED..BLUE)) are not supported.
The non-standard words case_ada and when_ada are used instead of case and when.
when_ada others must be the last case.