Noogλe
search input
Function of the day
Takes 2 arguments
e1, e2
Evaluate e1 and print its abstract syntax representation on standard error. Then return e2. This function is useful for debugging.
If the
debugger-on-traceoption is set totrueand the--debuggerflag is given, the interactive debugger is started whentraceis called (likebreak).