mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 23:00:22 +02:00
*** empty log message ***
This commit is contained in:
parent
cc08aafdaf
commit
2388d9af3e
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2003-08-17 Kevin Ryde <user42@zip.com.au>
|
||||||
|
|
||||||
|
* boot-9.scm (while): Use a new key dynamically for each loop, so
|
||||||
|
break and continue associate to their loop even when recursing.
|
||||||
|
|
||||||
2003-08-14 Kevin Ryde <user42@zip.com.au>
|
2003-08-14 Kevin Ryde <user42@zip.com.au>
|
||||||
|
|
||||||
* boot-9.scm (while): Rewrite, continue as proper escape, break
|
* boot-9.scm (while): Rewrite, continue as proper escape, break
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
2003-08-17 Kevin Ryde <user42@zip.com.au>
|
||||||
|
|
||||||
|
* tests/syntax.test (while): Exercise break and continue from
|
||||||
|
recursive nested loops.
|
||||||
|
|
||||||
2003-08-14 Kevin Ryde <user42@zip.com.au>
|
2003-08-14 Kevin Ryde <user42@zip.com.au>
|
||||||
|
|
||||||
* tests/syntax.test (while): New tests.
|
* tests/syntax.test (while): New tests.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue