You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specify that exit status code has to be interpreted by calling process, and
that LEAVE is prevented when using exit.
Remark that &exit should be used to terminate abnormally only the main process,
while exceptions should be used for other cases (e.g., methods).
This does not remove the TODO item attached, but I believe
there's not a better place to document exit since it is already documented
with the usage of MAIN and the phasers.
0 commit comments