[fpc-pascal]otherwise
Jeff Wormsley
daworm at cdc.net
Tue Oct 3 20:07:24 CEST 2000
On 10/03/2000 at 7:17 PM Peter Vreman wrote:
>It's used in:
>
>case i of
> 1 : ;
>otherwise
> ;
>end;
What is the difference between that and ...
case i of
1 : ;
else
end;
??? Is this an alternate syntax to allow some other flavor of pascal to use FPC? I admit I haven't used too many others (borland, some crappy one for the commodore 64, porting a few VAX programs) but I have never seen OTHERWISE before.
Jeff.
More information about the fpc-pascal
mailing list