diff --git a/content/docs/options/flatten-control-flow.md b/content/docs/options/flatten-control-flow.md index 8e1e6af..bb63d5d 100644 --- a/content/docs/options/flatten-control-flow.md +++ b/content/docs/options/flatten-control-flow.md @@ -13,6 +13,7 @@ The control flow flattener supports the following branching syntaxes: - `if` statements - `while` and `repeat` loops - numeric `for` loops +- `break` and `continue` statements - `for-in` loops and even support for [Luau's generalized iteration](https://luau.org/syntax#generalized-iteration) The following child options are available: