shithub: sl

ref: 8667e7be9b29f409e730f8260adce953529b5931
dir: /test/err.lsp/

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