SYNOPSIS:
    CONTINUE label

DESCRIPTION:
    Continue execution a loop block, skipping remaining commands.
    This causes execution to resume on the line with the closing
    } of the loop, thus usually going into the next iteration.

SEE_ALSO:
    {, }, BREAK, expressions
