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