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 d3efbaf5df9781cf39e5fe144c39aeedbd646994
parent 0f9f8148f8129376955ea0942af4f4c10c8d0253
Author: Alexander Burger <abu@software-lab.de>
Date:   Fri, 18 Nov 2011 15:19:20 +0100

Minor: See also
Diffstat:
Mdoc/refE.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/refE.html b/doc/refE.html @@ -132,7 +132,7 @@ to skip in the input stream. Otherwise, if one or more <code>sym</code> arguments are given, the echo process stops as soon as one of the symbol's names is encountered in the input stream. In this case the name will be read and returned, but not written. Returns non-<code>NIL</code> if the operation was -successfully completed. +successfully completed. See also <code><a href="refF.html#from">from</a></code>. <pre><code> : (in "x.l" (echo)) # Display file on console