shithub: femtolisp

ref: 71a1cb6f091796b398430a05850ae2b14d52ea05
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))))