func doExceptSystemExit println('except SystemExit, e'+code(_id_)+':') block.inclvl() event(onExceptSystemExit, 'e'+code(_id_)+'.__str__') block.declvl() end func args return 'e'+code(_id_)+'.args' end func code return 'e'+code(_id_)+'.code' end func message return 'e'+code(_id_)+'.message' end