> For the complete documentation index, see [llms.txt](https://v-community.gitbook.io/v-by-example/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://v-community.gitbook.io/v-by-example/de/examples/section_1/keywords.md).

# Schlüsselwörter

V ist eine kleine Programmiersprache mit wenigen Schlüsselwörtern (circa 23 Stück).

| Schlüsselwörter | der    | Programmiersprache | V        |           |
| --------------- | ------ | ------------------ | -------- | --------- |
| break           | const  | as                 | continue | defer     |
| else            | enum   | fn                 | for      | struct    |
| go              | goto   | if                 | import   | return    |
| type            | pub    | mut                | in       | interface |
| match           | module | or                 | none     |           |

Wie in anderen Programmiersprachen können Schlüsselwörter nicht als Variablenbezeichner verwendet werden.
