;;-*-Lisp-*- (in-package goal) (defun bad-math () "bad math" (/ 10 0) ;; oh no! )