From 12a6f325e27fcec129dee1586e189f78f57863e9 Mon Sep 17 00:00:00 2001 From: cpunch Date: Tue, 6 May 2025 00:03:17 -0500 Subject: [PATCH] CFF supports `break` and `continue` now --- content/docs/options/flatten-control-flow.md | 1 + 1 file changed, 1 insertion(+) 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: