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 dbbc189495acb2eacb18585848c168c479a9296d
parent 19fb4e92705c5a5822129ec1191b3de7349b0883
Author: Alexander Burger <abu@software-lab.de>
Date:   Mon,  5 Sep 2011 13:01:05 +0200

Minor doc fix
Diffstat:
Mdoc/refT.html | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/refT.html b/doc/refT.html @@ -533,9 +533,9 @@ href="refR.html#repeat/0">repeat/0</a></code>. <dt><a name="try"><code>(try 'msg 'obj ['any ..]) -> any</code></a> <dd>Tries to send the message <code>msg</code> to the object <code>obj</code>, -optionally with arguments <code>any</code>. If <code>any</code> is not an -object, or if the message cannot be located in <code>obj</code>, its classes and -superclasses, <code>NIL</code> is returned. See also <code><a +optionally with arguments <code>any</code>. If <code>obj</code> is not an +object, or if the message cannot be located in <code>obj</code>, in its classes +or superclasses, <code>NIL</code> is returned. See also <code><a href="ref.html#oop">OO Concepts</a></code>, <code><a href="refS.html#send">send</a></code>, <code><a href="refM.html#method">method</a></code>, <code><a