ContinueFlowControlflow.continueSkips to the next iteration of the nearest enclosing loop. Valid only inside a While, For, For Each, or Repeat body.Skips the rest of this iteration and starts the next one.InputsNameKindTypeFlagsinExecexecmultiplexedLowers to C#continue;Used inEnding a flow (Pattern)