`Label: repeat {} while` statement

Currently, (in Fire: 10.0.0.2399 (develop)), repeat while statements cannot be labeled.
I presume this was simply missed when do while was renamed.

Attempting to label a repeat while statement causes the error: “E: One of “for”, “while”, “do”, “switch” expected, got “repeat” [<file> (<line>)]”

(see other thread with the same title)