SYNOPSIS:
CONTINUE [label]
DESCRIPTION:
Continue execution of 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
,
expression