func init // adds using namespace sys.add_use('System') // initialize instance sys.add_var(this.name, 'ICloneable') end func Clone blk.println(this.codename, ' = ', d('Interface'), ';') return(this.codename + '.Clone()') end