shithub: sl

ref: edcb65b4aa71a20f38e936a8c07c7b8b7d685fdc
dir: /test/err.lsp/

View raw version
(def (f x) (begin (list-tail '(1) 3) 3))
(f 2)
a
(trycatch a (λ (e) (print (stacktrace))))