1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-28 22:10:29 +02:00

Merge remote-tracking branch 'origin/stable-2.0'

This commit is contained in:
Andy Wingo 2011-05-05 14:09:29 +02:00
commit 891a1851a1
41 changed files with 1177 additions and 705 deletions

View file

@ -290,7 +290,7 @@ expression, as multiple values. Otherwise if it terminates by a call to
@example
(while #f (error "not reached")) @result{} #f
(while #t (break)) @result{} #t
(while #f (break 1 2 3)) @result{} 1 2 3
(while #t (break 1 2 3)) @result{} 1 2 3
@end example
Each @code{while} form gets its own @code{break} and @code{continue}