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 65fec883782f682d2810b7226a6f554d5eaa3f42
parent 24e6be1966c2dc717bc8f1bbd8489f44ae348e24
Author: Alexander Burger <abu@software-lab.de>
Date:   Wed, 28 Sep 2011 15:51:40 +0200

Add link to 'balance' in 'symbols' ref
Diffstat:
Mdoc/refS.html | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/refS.html b/doc/refS.html @@ -903,8 +903,9 @@ href="refE.html#ext?">ext?</a></code>. the first form, the current namespace is returned. In the second form, the current namespace is set to <code>sym1</code>, and the previous namespace <code>sym2</code> is returned. In the third form, <code>sym1</code> is assigned -a copy of an existing namespace <code>sym2</code> and becomes the new current -namespace, returning the previous namespace <code>sym3</code>. See also <code><a +a <code><a href="refB.html#balance">balance</a></code>d copy of an existing +namespace <code>sym2</code> and becomes the new current namespace, returning the +previous namespace <code>sym3</code>. See also <code><a href="refP.html#pico">pico</a></code>, <code><a href="refI.html#import">import</a></code> and <code><a href="refI.html#intern">intern</a></code>.