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 c35c157d28f05c5ee90f6bb3dd6b76b202454bf4
parent 7a2386d83fe5ec11357b876e2b06e224ced121a8
Author: Alexander Burger <abu@software-lab.de>
Date:   Sat, 15 Dec 2012 09:03:50 +0100

"see also" additions to reference
Diffstat:
Mdoc/refL.html | 1+
Mdoc/refR.html | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/doc/refL.html b/doc/refL.html @@ -210,6 +210,7 @@ are grouped into sublists, to allow parsing of fixed field length records. If <code>flg</code> is non-<code>NIL</code>, strings are returned instead of single-character lists. <code>NIL</code> is returned upon end of file. See also <code><a href="refC.html#char">char</a></code>, <code><a +href="refR.html#read">read</a></code>, <code><a href="refT.html#till">till</a></code> and <code><a href="refE.html#eof">eof</a></code>. diff --git a/doc/refR.html b/doc/refR.html @@ -269,6 +269,7 @@ symbol names (in addition to the standard alphanumerical characters), and <code>sym2</code> an optional comment character. See also <code><a href="refA.html#any">any</a></code>, <code><a href="refS.html#str">str</a></code>, <code><a +href="refL.html#line">line</a></code>, <code><a href="refS.html#skip">skip</a></code> and <code><a href="refE.html#eof">eof</a></code>.