Michael Fuhr wrote:
> I'm getting "CONTINUE cannot be used outside a loop" errors even
> though it's inside a loop. The error appears to be happening when
> CONTINUE passes control to the beginning of the loop but there's
> no more iterating to be done.
Woops, sorry for missing this. This should be fixed in HEAD; thanks for
the report.
-Neil