case                     case Statement
 
 case constant:
     [statement]
 
    The case statement is used in conjunction with the switch statement,
    and provides a label for switch selections.  See switch for a
    complete description.
 
      Notes:    Case labels must be unique.
 
                A case label must must be an integer or character
                constant, or a constant expression.

Seealso:



This page last updated on Fri Nov 30 10:48:32 MSK 2001
Copyright © 1992-2001, Vitaly Filatov, Moscow, Russia
Webmaster