1
Fork 0
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:
Mikael Djurfeldt 1998-11-12 16:05:57 +00:00
parent 7398c2c2b5
commit cf7132b32a

4
NEWS
View file

@ -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