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

# キーワード

Vはきわめて小規模な言語なのでキーワードもごくわずか（25個程度）しかありません。

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

他の言語と同様、これらのキーワードは変数名には使えません。
