# 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.
