Sometimes when I am programming, I find that some particular control structure would be very useful to me, but is not directly available in my programming language. I think my
One that's fairly common is the infinite loop. I'd like to write it like this:
forever { // ... }