Tom Hughes wrote:

> Is there any difference, besides the default fall through of
> the C switch statement?

I believe Pascal's case statement allows only one statement to be executed
for each case. This is, IMHO, a pain in the ass. Personally, I prefer to see
something more like C's switch, but I can live without one.

--Ala

Reply via email to