diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2001-03-09 08:22:00 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2001-03-09 08:22:00 +0000 |
commit | 38a93523eb67cdf5428c27a597a0321210a6b970 (patch) | |
tree | 9e8a4919ed22875bd81e3e1774c8b122075b615d /doc/scheme-binding.texi | |
parent | da00aada47a92ccd36fead74bd6a3638f4be6fd1 (diff) | |
download | guile-38a93523eb67cdf5428c27a597a0321210a6b970.tar.gz |
Move doc files into guile-core distribution (1)
Diffstat (limited to 'doc/scheme-binding.texi')
-rw-r--r-- | doc/scheme-binding.texi | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/scheme-binding.texi b/doc/scheme-binding.texi new file mode 100644 index 000000000..d23ff2fb5 --- /dev/null +++ b/doc/scheme-binding.texi @@ -0,0 +1,37 @@ +@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] +@c docstring begin (texi-doc-string "guile" "defined?") +@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: |