[−][src]Crate endbasic_std
The EndBASIC standard library.
Modules
| console | Console representation and manipulation. |
| exec | Commands that directly manipulate the machine's state. |
| help | Interactive help support. |
| numerics | Numerical functions for EndBASIC. |
| store | Stored program manipulation and interactive editor. |
| strings | String functions for EndBASIC. |
| terminal | Console representation and manipulation. |
| testutils | Test utilities for consumers of the EndBASIC interpreter. |
Functions
| interactive_machine | Creates a new machine populated with all scripting and interactive commands from the standard library. |
| scripting_machine | Creates a new machine populated with all scripting commands from the standard library. |