# Minpunten voor: goto, break en continue

*(-3 punten)*

Zonder in debat te gaan. `goto` willen we nooit zien. Simpel. `break` is enkel toegestaan in een `switch` om een case af te sluiten.

Elders (bv. in loops) zijn `break` en `continue` niét toegestaan.

PS Merk op dat vanaf het 2e jaar je wél in loops `break` en `continue` mag gebruiken. Je moet echter eerst leren om zelf deftig uit loops te geraken.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://apwt.gitbook.io/zie-scherp-scherper/coding-guidelines/goto.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
