mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 09:02:44 +02:00
'continue' is no longer allowed outside of a loop, and an unlabeled 'break' is not longer allowed outside of a loop or switch statement. Labeled 'break' statements are still allowed everywhere, even if the label does not exist.