guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: doco continuations


From: Kevin Ryde
Subject: Re: doco continuations
Date: Thu, 24 Jul 2003 10:32:04 +1000
User-agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.2 (gnu/linux)

I made this change, plus a bit about the C function,

 - C Function: SCM scm_make_continuation (int *first)
     Capture the current continuation as described above.  The return
     value is the new continuation, and *FIRST is set to 1.

     When the continuation is invoked, `scm_make_continuation' will
     return again, this time returning the value (or set of multiple
     values) passed in that invocation, and with *FIRST set to 0.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]