Fan Shell
Slots
- commandSource
-
If the line maps to a command function, then run it and return true. Otherwise return false.
- dumpScopeSource
-
Void dumpScope()Run the
scopecommand. -
internal Int evalCount := 0 - findInScopeSource
- helpSource
-
Void help()Run the
helpcommand. - inSource
-
InStream in := Sys.in -
internal Bool isAlive := true - outSource
-
OutStream out := Sys.out - quitSource
-
Void quit()Run the
quitcommand. - runSource
-
Void run()Run the shell main loop.
-
private Void warmup()