Kevin Ryde escreveu:
> I checked in the text below.
> 
> 
> 
> 5.8.3.2 let-keywords Reference
> ..............................
> 
> `let-keywords' and `let-keywords*' extract values from keyword style
> argument lists, binding local variables to those values or to defaults.
> 
>  -- library syntax: let-keywords args allow-other-keys? (binding ...)
>           body ...
>  -- library syntax: let-keywords* args allow-other-keys? (binding ...)
>           body ...
>      ARGS is evaluated and should give a list of the form `(#:keyword1
>      value1 #:keyword2 value2 ...)'.  The BINDINGs are variables and
>      default expressions, with the variables to be set (by name) from
>      the keyword values.  The BODY forms are then evaluated and the
>      last is the result.  An example will make the syntax clearest,


excellent!

-- 
 Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen



_______________________________________________
Guile-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/guile-devel

Reply via email to