Fan Shell
Slots
- addUsingSource
-
Add using statement after we
- clearSource
-
Void clear()
Clear the environment
- commandSource
-
If the line maps to a command function, then run it and return true. Otherwise return false.
- dumpScopeSource
-
Void dumpScope()
Run the
scope
command. -
internal Int evalCount := 0
- helpSource
-
Void help()
Run the
help
command. - inSource
-
InStream in := Sys.in
-
internal Bool isAlive := true
- outSource
-
OutStream out := Sys.out
- quitSource
-
Void quit()
Run the
quit
command. - runSource
-
Void run()
Run the shell main loop.
-
internal Str[] usings := Str[,]
-
private Void warmup()