| www.delorie.com/gnu/docs/guile/guile_285.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
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.
25.1 Top Level Variable Definitions Top level variable definitions. 25.2 Local Variable Bindings Local variable bindings. 25.3 Internal definitions 25.4 Querying variable bindings
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |