shithub: femtolisp

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