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
scope
command. - help
-
Void help()
Run the
help
command. - in
-
InStream in := Env.cur().in
- out
-
OutStream out := Env.cur().out
- quit
-
Void quit()
Run the
quit
command. - run
-
Void run()
Run the shell main loop.