Skip to content

Fix #128: quit accepts an exit code

Raymond Toy requested to merge issue-128-quit-exit-code into master

Change quit to have an additional optional arg that specifies the exit code to use when quitting lisp.

Tested by doing

(quit nil 42)

and

(quit t 99)

In each case the shell says the exit code was 42 and 99, respectively.

Edited by Raymond Toy

Merge request reports