Blackthorn 2D -- Lisp Game Engine
API documentation
Package:
blackthorn
Function exit
Lambda List
exit
(
&key
recklessly-p
(unix-status 0)
)
Details
Terminate the current Lisp. Things are cleaned up (with UNWIND-PROTECT and so forth) unless RECKLESSLY-P is non-NIL. OnUNIX-like systems, UNIX-STATUS is used as the status code.