commit cbbed865e1fe454a4ddc3dcb7aacd1cd22c5eb3c
parent 3c55bd41b8f55970b5624c155e38e846853b9c13
Author: Commit-Bot <unknown>
Date: Fri, 18 Jun 2010 13:50:46 +0000
Automatic commit from picoLisp.tgz, From: Fri, 18 Jun 2010 13:50:46 GMT
Diffstat:
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/doc/ref.html b/doc/ref.html
@@ -337,6 +337,7 @@ system. It is used
<li>as an end-of-list marker
<li>to represent the empty list
<li>to represent the boolean value "false"
+<li>to represent the absolute minimum
<li>to represent a string of length zero
<li>to represent the value "Not a Number"
<li>as the root of all class hierarchies
diff --git a/doc/refT.html b/doc/refT.html
@@ -55,9 +55,11 @@ href="ref.html#dbase">Database</a></code>.
<dt><a name="T"><code>T</code></a>
<dd>A global constant, evaluating to itself. <code>T</code> is commonly returned
as the boolean value "true" (though any non-<code>NIL</code> values could be
-used). As a property key, it is used to store <a href="ref.html#pilog">Pilog</a>
-clauses, and inside Pilog clauses it is the <i>cut</i> operator. See also
-<code><a href="ref.html#nilSym">NIL</a></code>.
+used). It represents the absolute maximum, as it is larger than any other
+object. As a property key, it is used to store <a
+href="ref.html#pilog">Pilog</a> clauses, and inside Pilog clauses it is the
+<i>cut</i> operator. See also <code><a href="ref.html#nilSym">NIL</a></code> and
+and <a href="ref.html#cmp">Comparing</a>.
<pre><code>
: T