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