> 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_3.md).

# section\_3

関数（function）やメソッド（method）、そしてVにおける最も重要なデータ構造である配列（array）や構造体（struct）について学びます。

* [関数](/v-by-example/jp/examples/section_3/functions.md)
* [配列](/v-by-example/jp/examples/section_3/arrays.md)
* [構造体](/v-by-example/jp/examples/section_3/struct.md)
* [メソッド](/v-by-example/jp/examples/section_3/methods.md)
