diff options
author | Mark H Weaver <mhw@netris.org> | 2011-03-04 13:44:02 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2011-03-08 18:18:36 -0500 |
commit | ddf134cfec0d82ea9f39ddd69948c08feecb9576 (patch) | |
tree | b2e2654324adfb407f0f534913d103639afeb199 /doc/ref | |
parent | 495a39c40f8c31479272495c3a550695077ac335 (diff) | |
download | guile-ddf134cfec0d82ea9f39ddd69948c08feecb9576.tar.gz |
Within `while', `continue' takes zero arguments
* module/ice-9/boot-9.scm (while): Report an error if `continue' is
passed one or more arguments. Previously, it would report an error if
`(continue arg rest ...)' was found within the `while', but not if
`continue' was found bare and later applied to one or more arguments,
e.g. `(apply continue (list arg rest ...))'.
Diffstat (limited to 'doc/ref')
0 files changed, 0 insertions, 0 deletions