shithub: sl

ref: 6bfa81bb6a4343f3efdf6d086d404c36982a80fd
dir: /test/err.lsp/

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