(scheme eval)
Exports
evalprocedureEvaluate an expression in the current environment.
(eval '(+ 1 2)) ; => 3
(eval '(list 'a 'b 'c)) ; => (a b c)Re-exported from (sigil core)
(scheme eval)evalprocedureEvaluate an expression in the current environment.
(eval '(+ 1 2)) ; => 3
(eval '(list 'a 'b 'c)) ; => (a b c)Re-exported from (sigil core)