diff --git a/Prog/Loops.md b/Prog/Loops.md index 945f82b..32b1ed3 100644 --- a/Prog/Loops.md +++ b/Prog/Loops.md @@ -105,3 +105,4 @@ It's possible to change the behaviour of the loops using the following keyworkds - ``return`` > ⚠️ It's not a good idea to use them, but rather to rework your loop correctly instead +### Jump statements - break \ No newline at end of file