class SAMPLE is data:INT is return something; end; data( param:SOMETYPE) is do_something( param) end; end