@Parser MaterialLaw; @Law Test; @Author Helfer Thomas; @Date 18/11/08; @Description{ Example for octave users } // changing the name of output @Output f; @Input T,p; @Function{ f = T*p; } // end of @Function