[][src]Function endbasic_std::interactive_machine

pub fn interactive_machine(
    console: Rc<RefCell<dyn Console>>,
    store: Rc<RefCell<dyn Store>>
) -> Machine

Creates a new machine populated with all scripting and interactive commands from the standard library.