1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-06 15:40:29 +02:00
guile/doc/scheme-binding.texi
2001-04-09 18:36:40 +00:00

36 lines
764 B
Text

@page
@node Binding Constructs
@chapter Definitions and Variable Bindings
@menu
* Top Level:: Top level variable definitions.
* Local Bindings:: Local variable bindings.
* Internal Definitions:: Internal definitions.
* Binding Reflection:: Querying variable bindings.
@end menu
@node Top Level
@section Top Level Variable Definitions
@node Local Bindings
@section Local Variable Bindings
@node Internal Definitions
@section Internal definitions
@node Binding Reflection
@section Querying variable bindings
@c NJFIXME explain [env]
@deffn primitive defined? sym [env]
Return @code{#t} if @var{sym} is defined in the top-level environment.
@end deffn
@c Local Variables:
@c TeX-master: "guile.texi"
@c End: