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 f8747a1570a2f4d19181d22de628d36d897dddd9
parent ce44f6bdcb54e62c58cacbd4ee0b9d66b6c3f0a0
Author: Alexander Burger <abu@software-lab.de>
Date:   Tue,  3 Jan 2012 19:09:24 +0100

Minor "see also"
Diffstat:
Mdoc/refV.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/refV.html b/doc/refV.html @@ -49,8 +49,8 @@ href="refS.html#select/3">select/3</a></code>. <dt><a name="var"><code>(var sym . any) -> any</code></a> <dd>Defines a class variable <code>sym</code> with the initial value <code>any</code> for the current class (in <code><a -href="refC.html#*Class">*Class</a></code>). See also <code><a -href="ref.html#oop">OO Concepts</a></code> and <code><a +href="refC.html#*Class">*Class</a></code>). See also <a href="ref.html#oop">OO +Concepts</a>, <code><a href="refR.html#rel">rel</a></code> and <code><a href="refV.html#var:">var:</a></code>. <pre><code>