CFF supports break and continue now

This commit is contained in:
cpunch 2025-05-06 00:03:17 -05:00
parent 6c07144978
commit 12a6f325e2

View File

@ -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: