Function endbasic_std::store::add_all [−][src]
pub fn add_all(
machine: &mut Machine,
program: Rc<RefCell<dyn Program>>,
console: Rc<RefCell<dyn Console>>,
store: Rc<RefCell<dyn Store>>
)
Adds all program editing commands against the stored program to the machine, using
console for interactive editing and using store as the on-disk storage for the programs.