Help for this page

Select Code to Download


  1. or download this
    class SAMPLE is
        data:INT is return something; end;
        data( param:SOMETYPE) is do_something( param) end;
    end
    
  2. or download this
    class SAMPLE is
        attr data:INT;
    end