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 22ecb9ae672276821e0a01800b2a628865567bf9
parent 77660c8b2a38dc40604cfb6fd2fe9dccb960927c
Author: Alexander Burger <abu@software-lab.de>
Date:   Thu,  9 May 2013 20:52:34 +0200

Minor ref extension
Diffstat:
Mdoc/refS.html | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/refS.html b/doc/refS.html @@ -197,7 +197,9 @@ href="refP.html#pass">pass</a></code>ed as variable arguments. They can be accessed with <code><a href="refN.html#next">next</a></code>, <code><a href="refA.html#arg">arg</a></code>, <code><a href="refA.html#args">args</a></code> and <code><a -href="refR.html#rest">rest</a></code>. +href="refR.html#rest">rest</a></code>. With that, the syntax in the script is +the same as that in the body of a function with variable arguments (see <a +href="ref.html#lambda">lambda expression</a>s, "when the CAR is the symbol @"). <pre><code> $ cat x