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 c1d2f1a9dcf0289369cc7c279443a3bcd3bd3eb4
parent e969ce18274febe348b41427095f2e9cbb398791
Author: Alexander Burger <abu@software-lab.de>
Date:   Fri,  9 Sep 2011 08:21:58 +0200

Minor "see also" addition
Diffstat:
Mdoc/refS.html | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/doc/refS.html b/doc/refS.html @@ -700,6 +700,8 @@ href="refS.html#split">split</a></code>. structure as received from <code><a href="refI.html#init">init</a></code>. If <code>flg</code> is non-<code>NIL</code>, partial keys are skipped. See also <code><a href="refT.html#tree">tree</a></code>, <code><a +href="refS.html#scan">scan</a></code>, <code><a +href="refI.html#iter">iter</a></code>, <code><a href="refL.html#leaf">leaf</a></code> and <code><a href="refF.html#fetch">fetch</a></code>.