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 e37110f6b2ef45d5b567b87d13e638d5d76069b2
parent 7319b8ef98653102aa9999b9b179ae7fe7bec45b
Author: Commit-Bot <unknown>
Date:   Fri, 27 Aug 2010 11:01:06 +0000

Automatic commit from picoLisp.tgz, From: Fri, 27 Aug 2010 11:01:06 GMT
Diffstat:
Mdoc/refP.html | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/doc/refP.html b/doc/refP.html @@ -766,6 +766,15 @@ following arguments. See also <code><a href="ref_.html#=:">=:</a></code>. -> 1 : (prop 'X 'a) -> (1 . a) + +: (setq L '(A B C)) +-> (A B C) +: (setq B 'D) +-> D +: (put L 2 0 'p 5) # Store '5' under the 'p' propery of the value of 'B' +-> 5 +: (getl 'D) +-> ((5 . p)) </code></pre> <dt><a name="put!"><code>(put! 'obj 'sym 'any) -> any</code></a>