mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-23 13:00:34 +02:00
Renamed sequence->list --> collect
This commit is contained in:
parent
7398c2c2b5
commit
cf7132b32a
1 changed files with 2 additions and 2 deletions
4
NEWS
4
NEWS
|
@ -51,10 +51,10 @@ read again in last-in first-out order.
|
||||||
Version of `map' which guarantees that the procedure is applied to the
|
Version of `map' which guarantees that the procedure is applied to the
|
||||||
lists in serial order.
|
lists in serial order.
|
||||||
|
|
||||||
** New syntax: sequence->list BODY1 ...
|
** New syntax: collect BODY1 ...
|
||||||
Version of `begin' which returns a list of the results of the body
|
Version of `begin' which returns a list of the results of the body
|
||||||
forms instead of the result of the last body form. In contrast to
|
forms instead of the result of the last body form. In contrast to
|
||||||
`begin', sequence->list allows an empty body.
|
`begin', `collect' allows an empty body.
|
||||||
|
|
||||||
** New functions: read-history FILENAME, write-history FILENAME
|
** New functions: read-history FILENAME, write-history FILENAME
|
||||||
Read/write command line history from/to file. Returns #t on success
|
Read/write command line history from/to file. Returns #t on success
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue