ref: caf7f15f44bf0db2fa3fa9268e57216424d2b31b dir: /femtolisp/tests/err.lsp/
(define (f x) (begin (list-tail '(1) 3) 3)) (f 2) a (trycatch a (lambda (e) (print (stacktrace))))