eval_str

Function eval_str 

Source
pub fn eval_str(top: &mut TopLevel, src: &str) -> bool
Expand description

Evaluate every form in src (the CLI’s -e flag), printing each result. Returns false on the first error, after printing it to stderr.