shithub: femtolisp

ref: ed591c91cab423a6e1923545ccdc740c1b9ca595
dir: /test/err.lsp/

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