function
boot.janet on line 2537, column 1
(quit &opt value)
Tries to exit from the current repl or run-context. Does not always
exit the application. Works by setting the :exit dynamic binding to
true. Passing a non-nil `value` here will cause the outer
run-context to return that value.