pub fn load_file(top: &mut TopLevel, path: &str, silent: bool) -> boolExpand 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.