vault backup: 2023-10-05 09:42:58

This commit is contained in:
2023-10-05 09:42:58 +02:00
parent 2a55e44449
commit d8b7cce95d

View File

@ -103,4 +103,5 @@ It's possible to change the behaviour of the loops using the following keyworkds
- ``break`` - ``break``
- ``continue`` - ``continue``
- ``return`` - ``return``
- > ⚠️ It's not a good idea to use them, but rather to rework your loop correctly instead