Benjamin Goldberg wrote:
> What are the semantics of "break" and "continue" in a procedure, when
> they don't refer to a label or loop within that procedure?

They return with a different exit code, I believe. In other words, it
depends on the caller.