Capture an expression
Captures the provided expression as an Expr object without evaluating it. Useful for metaprogramming, quotation, and custom evaluation.
Any): The expression to
capture.The captured expression object.
e = to_expr(1 + 2)
eval(e)