exit:exit in Framework Functions
-
exit:exitperforms four actions:sets the result of the
exit:exiting?function to#t.invokes the exit-callbacks, with
exit:can-exit?If none of the ``can?'' callbacks return#f,invokes
exit:on-exitand thenqueues a callback that calls
exit(a mzscheme procedure) and (ifexitreturns) sets the result ofexit:exiting?back to#t.