Re: Nested 'break'
Matt Wette <[email protected]> Fri, 19 Jun 2026 06:24:10 -0700
| Newsgroups | gmane.lisp.guile.user |
|---|---|
| Message-ID | <[email protected]> |
On 6/19/26 3:57 AM, Reuben Thomas via General Guile related discussions wrote: > (while #t > (while #t (break))) With optimization levels 0 and 1 this works as expected.