SYNOPSIS:
BREAK [label]
DESCRIPTION:
Break out of a loop block. This causes execution to resume
on the line after the closing } of the loop.
SEE ALSO:
{, },
CONTINUE