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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to