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: Binding Multiple Values, Previous: Internal Definitions, Up: Binding Constructs [Contents][Index]
Guile provides a procedure for checking whether a symbol is bound in the top level environment.
Return #t
if sym is defined in the module module or
the current module when module is not specified; otherwise return
#f
.