Re: [fpc-pascal] "Case of" documentation

2012-11-24 Thread Michael Van Canneyt
On Sat, 24 Nov 2012, Howard Page-Clark wrote: Describing the Case statement The FPLanguageReference.pdf 10.2.2 says: The constants appearing in the various case parts must be known at compile-time, and can be of the following types : enumeration types, Ordinal types (except boolean), and ch

[fpc-pascal] "Case of" documentation

2012-11-24 Thread Howard Page-Clark
Describing the Case statement The FPLanguageReference.pdf 10.2.2 says: The constants appearing in the various case parts must be known at compile-time, and can be of the following types : enumeration types, Ordinal types (except boolean), and chars. Why the "except boolean"? I find the compil