shithub: femtolisp

ref: 79a4a02a7dc88c3790f0a03f9ef8a4baae75b716
dir: /test/err.lsp/

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