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 4bc39f6016ca13c58d1506dc7f8d49073274d7e7
parent d69e765ae7bf124cc8ced08954653bdd7753d8ee
Author: Alexander Burger <abu@software-lab.de>
Date:   Mon,  3 Sep 2012 13:01:04 +0200

Minor doc fix (thanks José!)
Diffstat:
Mdoc/refS.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/refS.html b/doc/refS.html @@ -325,7 +325,7 @@ href="refR.html#remote/2">remote/2</a></code>. : (? @Nr (2 . 5) # Select all items with numbers between 2 and 5 @Sup "Active" # and suppliers matching "Active" - (select (@Item) # Bind results to '@Item" + (select (@Item) # Bind results to '@Item' ((nr +Item @Nr) (nm +CuSu @Sup (sup +Item))) # Generator clauses (range @Nr @Item nr) # Filter clauses (part @Sup @Item sup nm) ) )