Warning: This is the manual of the legacy Guile 2.2 series. You may want to read the manual of the current stable series instead.
Next: Language Commands, Previous: Help Commands, Up: REPL Commands [Contents][Index]
Change modules / Show current module.
Import modules / List those imported.
Load a file in the current module.
Reload the given module, or the current module if none was given.
List current bindings.
Evaluate an expression, or alternatively, execute another meta-command
in the context of a module. For example, ‘,in (foo bar) ,binding’
will show the bindings in the module (foo bar)
.