DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(guile.info.gz) Binding Reflection

Info Catalog (guile.info.gz) Internal Definitions (guile.info.gz) Binding Constructs
 
 25.4 Querying variable bindings
 ===============================
 
 Guile provides a procedure for checking whether a symbol is bound in the
 top level environment.
 
  -- Scheme Procedure: defined? sym [env]
  -- C Function: scm_definedp (sym, env)
      Return `#t' if SYM is defined in the lexical environment ENV.
      When ENV is not specified, look in the top-level environment as
      defined by the current module.
 
Info Catalog (guile.info.gz) Internal Definitions (guile.info.gz) Binding Constructs
automatically generated byinfo2html