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 37664c7478e05a5e459cac63a45f608de76ea7e3
parent 6b87f685d7c40f70976d6caf2af4958888b00039
Author: Alexander Burger <abu@software-lab.de>
Date:   Thu, 28 Jul 2011 15:52:23 +0200

Minor: White space
Diffstat:
Mdoc/refS.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/refS.html b/doc/refS.html @@ -197,7 +197,7 @@ $ cat x (* (next) (next)) $ pil + -: (script "x" 3 4) +: (script "x" 3 4) -> 12 </code></pre>