.namespace ['MyClass'] .sub _initialize prototyped, @LOAD .local pmc tmpl_class print "registering class\n" newclass tmpl_class, 'MyClass' .end