Traceback

(traceback error) -> string

Given an error, will write a traceback of the error to current-output-port.

This may be seen from the repl, as MOSVM's repl includes (guard traceback (eval (read)))

>> (/ 1 0)
ERROR: bad-args -- attempted divide by zero
TRACE: (<program>)
      (repl)
      (/ 1 0)