load_file

Function load_file 

Source
pub fn load_file(top: &mut TopLevel, path: &str, silent: bool) -> bool
Expand description

Read and evaluate every form in the file at path, printing each result unless silent. Returns false on the first read, parse, or evaluation error, after printing it to stderr — the CLI turns that into a nonzero exit.