From b88b9287725c0aa6cbc8067a2d752de2f1c34fda Mon Sep 17 00:00:00 2001 From: Louis Date: Thu, 5 Oct 2023 09:45:19 +0200 Subject: [PATCH] vault backup: 2023-10-05 09:45:19 --- Prog/Loops.md | 1 + 1 file changed, 1 insertion(+) 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