[fpc-pascal]otherwise

Peter Vreman peter at freepascal.org
Tue Oct 3 19:17:34 CEST 2000


At 17:34 3-10-00, you wrote:
>Isn't "OTHERWISE" part of the whole try except thing?  I never really use 
>that structure (although I suppose I should) so I am not totally sure of 
>what I'm talking about.  But if I had to guess... that would be it. :)
It's used in:

case i of
   1 : ;
otherwise
   ;
end;


Peter





More information about the fpc-pascal mailing list