# Keywords

V is a very small language so it has few keywords. There are around 25 keywords.

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

Like other languages, they cannot be used as a variable.
