Eval

(eval expression) -> varies

Evaluates the given expression.

Example: (eval (+ 1 1)) returns 2.
This example is not shown from the repl, as that already includes eval.