shithub: femtolisp

ref: 48ff4764a4a7a0a81fb04bc93a09acf8e1e718f0
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))))