shithub: femtolisp

ref: 8342f9a1e9bfc9f6db3253c5d633c2c77ffd6680
dir: /tests/err.lsp/

View raw version
(define (f x) (begin (list-tail '(1) 3) 3))
(f 2)
a
(trycatch a (lambda (e) (print (stacktrace))))