[fpc-pascal] some new features to delphi prisem

dmitry boyarintsev skalogryz.lists at gmail.com
Sun Feb 21 16:43:06 CET 2010


Does this innovation makes "case" a function?

procedure SomeProc(const v: string);

SomeProc (  case Other of
                        a: 'a';
                        b: 'b';
                   end; );

Imho, this reduces the code readability.

thanks,
dmitry



More information about the fpc-pascal mailing list