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 58a44c956ede7549efa7c0401e0290982b5bde42
parent 9a16ac99912c09b780b7ba5454aca2b36b139d23
Author: Alexander Burger <abu@software-lab.de>
Date:   Wed, 16 Feb 2011 11:56:23 +0100

Adjusted 'stack' reference
Diffstat:
Mdoc/refS.html | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/refS.html b/doc/refS.html @@ -592,13 +592,13 @@ href="refS.html#stem">stem</a></code>. </code></pre> <dt><a name="stack"><code>(stack ['cnt]) -> cnt | (.. sym . cnt)</code></a> -<dd>(64-bit version only) Maintains the stack segment size. If called without a -<code>cnt</code> argument, or if already one or more <a +<dd>(64-bit version only) Maintains the stack segment size for coroutines. If +called without a <code>cnt</code> argument, or if already one or more <a href="ref.html#coroutines">coroutines</a> are running, the current size in -megabytes is returned. Otherwise, the stack segment size is set to the new -value. Default is 4 MB. If there are running coroutines, their tags will be -<code><a href="refC.html#cons">cons</a></code>ed in front of the size. See also -<code><a href="refH.html#heap">heap</a></code>. +megabytes is returned. Otherwise, the stack segment size is set to the new value +(default 4 MB). If there are running coroutines, their tags will be <code><a +href="refC.html#cons">cons</a></code>ed in front of the size. See also <code><a +href="refH.html#heap">heap</a></code>. <pre><code> : (stack) # Get current stack segment size