DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(guile.info.gz) Binding Constructs

Info Catalog (guile.info.gz) Utility Functions (guile.info.gz) Top (guile.info.gz) Control Mechanisms
 
 25 Definitions and Variable Bindings
 ************************************
 
 Scheme supports the definition of variables in different contexts.
 Variables can be defined at the top level, so that they are visible in
 the entire program, and variables can be defined locally to procedures
 and expressions.  This is important for modularity and data abstraction.
 

Menu

 
* Top Level                   Top level variable definitions.
* Local Bindings              Local variable bindings.
* Internal Definitions        Internal definitions.
* Binding Reflection          Querying variable bindings.
 
Info Catalog (guile.info.gz) Utility Functions (guile.info.gz) Top (guile.info.gz) Control Mechanisms
automatically generated byinfo2html