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 22d5e440612cf0043b9fab3b89d3c8bebec8da92
parent 251974a869b198728d33c0b4a135e89dc299065c
Author: Guillermo R. Palavecino <grpala@gmail.com>
Date:   Sat, 21 May 2011 14:20:38 -0300

fixed typo in doc: retract
Diffstat:
Mdoc/refR.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/refR.html b/doc/refR.html @@ -554,7 +554,7 @@ href="refP.html#pass">pass</a></code>. -> (1 2 3) </code></pre> -<dt><a name="retract">(retract ) -> lst<code></code></a> +<dt><a name="retract">(retract) -> lst<code></code></a> <dd>Removes a <a href="ref.html#pilog">Pilog</a> fact or rule. <code><a href="refB.html#be">be</a></code>, <code><a href="refA.html#asserta">asserta</a></code> and <code><a