shithub: femtolisp

ref: 0f3c051904ead079fa2f2457d86623283e5f2ecb
dir: /test/err.lsp/

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