Next: REPL limitations, Previous: Emacs integration, Up: Development [Contents][Index]
The following REPL meta-commands are built-in to Hoot:
,help,hDisplay help information.
,quit,qQuit current REPL.
,describe obj,d objShow description and/or documentation for obj.
,module [module],m [module]Change module to module when specified or show the current module if no argument is given.
,import [module ...],use [module ...]Import the modules specified by module … or list all modules imported in the current environment when no arguments are given.
,backtrace,btPrint backtrace. Must be in a debugging REPL.