Previous: Internal Definitions, Up: Binding Constructs
Guile provides a procedure for checking whether a symbol is bound in the
top level environment. If you want to test whether a symbol is locally
bound in expression, you can use the bound? macro from the module
(ice-9 optargs-kw), documented in Optional Arguments.