[][src]Function endbasic_core::repl::run_repl_loop

pub async fn run_repl_loop(
    console: Rc<RefCell<dyn Console>>,
    store: Rc<RefCell<dyn Store>>
) -> Result<i32>

Enters the interactive interpreter.

dir specifies the directory that the interpreter will use for any commands that manipulate files.