BreakFlowControlflow.breakExits the nearest enclosing loop. Valid only inside a While, For, For Each, or Repeat body.Leaves the current loop and continues after it.InputsNameKindTypeFlagsinExecexecmultiplexedLowers to C#break;Used inEnding a flow (Pattern)