picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit f677521222168f966ba4856df84370f37360dcb2
parent 2905ac117d70ba6ac8078c33dfb9bd79ad400fd2
Author: Alexander Burger <abu@software-lab.de>
Date:   Tue, 26 Jul 2011 09:43:59 +0200

Minor: Added link
Diffstat:
Mdoc/refD.html | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/doc/refD.html b/doc/refD.html @@ -12,13 +12,13 @@ <dl> <dt><a name="*DB"><code>*DB</code></a> -<dd>A global constant holding the external symbol <code>{1}</code>, the database -root. All transient symbols in a database can be reached from that root. Except -during debugging, any explicit literal access to symbols in the database should -be avoided, because otherwise a memory leak might occur (The garbage collector -temporarily sets <code>*DB</code> to <code>NIL</code> and restores its value -after collection, thus disposing of all external symbols not currently used in -the program). +<dd>A global constant holding the external symbol <code>{1}</code>, the <code><a +href="ref.html#dbase">database</a></code> root. All transient symbols in a +database can be reached from that root. Except during debugging, any explicit +literal access to symbols in the database should be avoided, because otherwise a +memory leak might occur (The garbage collector temporarily sets <code>*DB</code> +to <code>NIL</code> and restores its value after collection, thus disposing of +all external symbols not currently used in the program). <pre><code> : (show *DB)