Expand description
Commands that manipulate the machine’s state or the program’s execution.
Structs§
- Clear
Command - The
CLEARcommand. - Errmsg
Function - The
ERRMSGfunction. - Sleep
Command - The
SLEEPcommand.
Functions§
- add_
interactive - Instantiates all REPL commands for the interactive machine and adds them to the
machine. - add_
scripting - Instantiates all REPL commands for the scripting machine and adds them to the
machine.
Type Aliases§
- SleepFn
- Type of the sleep function used by the
SLEEPcommand to actually suspend execution.