Module endbasic_std::exec[][src]

Commands that manipulate the machine's state or the program's execution.

Structs

ClearCommand

The CLEAR command.

ExitCommand

The EXIT command.

SleepCommand

The SLEEP command.

Functions

add_all

Instantiates all REPL commands and adds them to the machine.

Type Definitions

SleepFn

Type of the sleep function used by the SLEEP command to actually suspend execution.