[fpc-pascal] class constants

Jonathan Benedicto contact at jomitech.com
Wed Jan 23 20:25:59 CET 2008


Hello,

Does FPC support class constants, and if it doesn't, are there any plans to 
add this support?

Example:
type
  TMyClass = class
    begin
      private
        const MyConst = '123';

    end;

Jon 




More information about the fpc-pascal mailing list