an Entity references as follows:
Terminates the execution of the current iteration inside a `Loop Statement` to move to the next iteration. The `Continue Statement` has two forms: "unlabeled" and "labeled". In case the `Continue Statement` is "unlabeled" the targeted loop is the one with nearest enclosing block, while if the `Continue Statement` is "labeled" the targeted loop is the one with a `Labeled Block` with same specified label.