From d8b7cce95d8359625fa7cc9ba7cb86f8bec60264 Mon Sep 17 00:00:00 2001 From: Louis Date: Thu, 5 Oct 2023 09:42:58 +0200 Subject: [PATCH] vault backup: 2023-10-05 09:42:58 --- Prog/Loops.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +