shithub: femtolisp

ref: ee807a2cf3eaa7df64f6544dc72a8bf3fe9e54f3
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))))