Exception handling

This commit is contained in:
2026-09-03 09:34:54 -07:00
parent 07060a17fe
commit dc313fafa0
12 changed files with 209 additions and 96 deletions
+5 -1
View File
@@ -1,3 +1,7 @@
;; -*- mode: lisp-data -*-
(error '("Hi"))
(fset 'test-fun (lambda (x)
(error (list x))))
(test-fun "hi")