Expand description
Interactive interpreter for the EndBASIC language.
Modules§
Functions§
- print_
welcome - Prints the EndBASIC welcome message to the given console.
- run_
from_ cloud - Loads the program given in
username_path
pair (which is of the formuser/path
) from the cloud and executes it on themachine
. - run_
repl_ loop - Enters the interactive interpreter.
- try_
load_ autoexec - Loads the
AUTOEXEC.BAS
file if it exists in thedrive
.