func init // adds using namespace sys.add_use('System') // initialize methods sys._se_init('HexUnescape', this.name, 106) sys.add_var('index', 1) end func _se_make(value) blk.println(this.index, ' = ', d("Index"), ';') return('Uri.HexUnescape' + '(' + d("Pattern") + ', ref ' + this.index + ')') end