Function endbasic::try_load_autoexec[][src]

pub fn try_load_autoexec(
    machine: &mut Machine,
    console: Rc<RefCell<dyn Console>>,
    store: Rc<RefCell<dyn Store>>
) -> Result<()>

Loads the AUTOEXEC.BAS file if it exists in the store.

Failures to process the file are logged to the console but are ignored. Other failures are returned.