Function endbasic_repl::try_load_autoexec

source ยท
pub async fn try_load_autoexec(
    machine: &mut Machine,
    console: Rc<RefCell<dyn Console>>,
    storage: Rc<RefCell<Storage>>,
) -> Result<()>
Expand description

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

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