1exit [ n ]
2       Exit the shell with the exit status specified by n; if  none  is
3       specified,  use  the exit status from the last command executed.
4       An EOF condition will also cause the shell to exit,  unless  the
5       IGNORE EOF option is set.
6             -
7
8       See  notes  at  the end of the section JOBS in in zshmisc(1) for
9       some possibly unexpected interactions of the exit  command  with
10       jobs.
11
12bye    Same as exit.
13
14logout [ n ]
15       Same as exit, except that it only works in a login shell.
16