Module endbasic_std::program [−][src]
Expand description
Stored program manipulation.
Structs
The DEL
command.
The EDIT
command.
The LIST
command.
The LOAD
command.
The NEW
command.
The RUN
command.
The SAVE
command.
Traits
Representation of the single program that we can keep in memory.
Functions
Adds all program editing commands against the stored program
to the machine
, using
console
for interactive editing and using storage
as the on-disk storage for the programs.