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 cffa068511beb7b085abbe67d22b87f3bb37ebe3
parent 57981f41e32813848e2d7e99513bff6e71fed9c8
Author: Alexander Burger <abu@software-lab.de>
Date:   Sat, 29 Jan 2011 10:16:25 +0100

Added a small note to "@ Result"
Diffstat:
Mdoc/ref.html | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/doc/ref.html b/doc/ref.html @@ -1227,6 +1227,8 @@ the substring is <code>NIL</code>) is returned. of the symbol <code>@</code>. This can be very convenient, because it often makes the assignment to temporary variables unnecessary. +<p>This happens in two - only superficially similar - situations: + <p><dl> <dt><code><a href="refL.html#load">load</a></code>