manpagez: man pages & more
info guile
Home | html | info | man
[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

4.4.4.2 Module Commands

REPL Command: module [module]

Change modules / Show current module.

REPL Command: import module …

Import modules / List those imported.

REPL Command: load file

Load a file in the current module.

REPL Command: reload [module]

Reload the given module, or the current module if none was given.

REPL Command: binding

List current bindings.

REPL Command: in module expression
REPL Command: in module command arg …

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).


This document was generated on April 20, 2013 using texi2html 5.0.

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.