class fansh::Shell
sys::Obj fansh::Shell
Fantom Shell
- addUsing
- 
Add using statement after we 
- clear
- 
Void clear()Clear the environment 
- command
- 
If the line maps to a command function, then run it and return true. Otherwise return false. 
- dumpScope
- 
Void dumpScope()Run the scopecommand.
- help
- 
Void help()Run the helpcommand.
- in
- 
InStream in := Env.cur().in
- out
- 
OutStream out := Env.cur().out
- quit
- 
Void quit()Run the quitcommand.
- run
- 
Void run()Run the shell main loop.