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 b82100d9a5beb3a8f98f771b60b9cbd9c739b8ab
parent c8165a511c0f9c6ca2111faebe6e256d6baf137d
Author: Alexander Burger <abu@software-lab.de>
Date:   Thu,  3 Mar 2011 08:32:45 +0100

Added 'quit' references
Diffstat:
Mdoc/ref.html | 3+++
Mdoc/refT.html | 3++-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/doc/ref.html b/doc/ref.html @@ -1219,6 +1219,9 @@ if a list of substrings of possible error messages is supplied for the first argument. In such a case, the matching substring (or the whole error message if the substring is <code>NIL</code>) is returned. +<p>An arbitrary error can be thrown explicitly with <code><a +href="refC.html#quit">quit</a></code>. + <p><hr> <h3><a name="atres">@ Result</a></h3> diff --git a/doc/refT.html b/doc/refT.html @@ -300,7 +300,8 @@ href="refF.html#finally">finally</a></code> expressions are executed, local symbol bindings are restored, open files are closed and internal data structures are reset appropriately, as the environment was at the time when the corresponding <code>catch</code> was called. Then <code>any</code> is returned -from that <code>catch</code>. +from that <code>catch</code>. See also <code><a +href="refQ.html#quit">quit</a></code>. <pre><code> : (de foo (N)