- die! fmt #!rest argsprocedure
Simple alias to a call to (log-error fmt . args) followed by a call to (exit 1). A new line character is implicitly added to fmt.
Example:
(die! "Goodbye, cruel world.")
Simple alias to a call to (log-error fmt . args) followed by a call to (exit 1). A new line character is implicitly added to fmt.
Example:
(die! "Goodbye, cruel world.")