> 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/pt-br/examples/section_1/keywords.md).

# Palavras-chave

V é uma linguagem muito pequena, por isso possui poucas palavras-chave. Existem cerca de 25 palavras-chave.

| Keywords | in     | V   | Programming | Language  |
| -------- | ------ | --- | ----------- | --------- |
| break    | const  | as  | continue    | defer     |
| else     | enum   | fn  | for         | struct    |
| go       | goto   | if  | import      | return    |
| type     | pub    | mut | in          | interface |
| match    | module | or  | none        |           |

Como outras linguagens, as palavras-chave não podem ser usados como uma variável.
