Re: Multiple Case Values

From: krenshala (krenshala@koboldi.net)
Date: 02/10/02


On Mon, Feb 11, 2002 at 12:17:47AM -0500, Bejhan Jetha was heard to say:

> I know C doesn't support multiple case values but is there another way to
> make it so you can still have two letters without using case values?

If you mean have more than one case do the same thing, just do something
like

        CASE a
        CASE b
                { do stuff }
                break;
        CASE c

(No, this is not C, but it's close enough for anyone that has src in
front of them :)



     Larry

Larry Robinson
krenshala@koboldi.net
krenshala@jump.net
:wq

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   | Newbie List:  http://groups.yahoo.com/group/circle-newbies/   |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 06/25/03 PDT