Open lassik opened 1 year ago
Inspired by PR #888 , ping @smazga
The R7RS definition of the exit procedure explicitly supports giving it objects other than integers or booleans.
exit
Plan 9 has exit strings, so the Plan9 build of Chibi could pass strings given to exit directly to the C exits() function.
exits()
Inspired by PR #888 , ping @smazga
The R7RS definition of the
exit
procedure explicitly supports giving it objects other than integers or booleans.Plan 9 has exit strings, so the Plan9 build of Chibi could pass strings given to
exit
directly to the Cexits()
function.