> 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/id.md).

# V dengan Contoh

[Brazilian Portuguese](/v-by-example/pt-br.md) | [Deutsch](/v-by-example/de.md) | [English](https://github.com/v-community/v_by_example/tree/fda7e88bba5391b08eef738e1abb8604a4789491/en/README.md) | [Bahasa Indonesia](/v-by-example/id.md) | [Chinese](https://github.com/v-community/v_by_example/tree/fda7e88bba5391b08eef738e1abb8604a4789491/cn/README.md)

> Belajar V dengan Contoh

V by Example adalah pengantar langsung ke V dengan menggunakan contoh program beranotasi.

* [Contoh-contoh](/v-by-example/id/examples.md)
* [Berkontribusi](/v-by-example/id.md#contributing)
* [Lisensi](/v-by-example/id.md#license)

Discord: <https://discord.gg/d3Qk65J>

## Bagian 1

Pengenalan V dengan menghadirkan beberapa contoh dan latihan dasar.

* [Hello World](https://github.com/v-community/v_by_example/tree/fda7e88bba5391b08eef738e1abb8604a4789491/id/examples/section_1/hello_world.md)
* [V Keywords](https://github.com/v-community/v_by_example/tree/fda7e88bba5391b08eef738e1abb8604a4789491/id/examples/section_1/keywords.md)
* [Primitives](https://github.com/v-community/v_by_example/tree/fda7e88bba5391b08eef738e1abb8604a4789491/id/examples/section_1/primitives.md)
* [Variables](https://github.com/v-community/v_by_example/tree/fda7e88bba5391b08eef738e1abb8604a4789491/id/examples/section_1/variables.md)
* [Strings](https://github.com/v-community/v_by_example/tree/fda7e88bba5391b08eef738e1abb8604a4789491/id/examples/section_1/strings.md)
* [Comment](https://github.com/v-community/v_by_example/tree/fda7e88bba5391b08eef738e1abb8604a4789491/id/examples/section_1/comment.md)

## Bagian 2

Bagian ini membahas tentang operator utama dan pernyataan bersyarat dalam V.

* [Operator](https://github.com/v-community/v_by_example/tree/fda7e88bba5391b08eef738e1abb8604a4789491/id/examples/section_2/operator.md)
* [If-else](https://github.com/v-community/v_by_example/tree/fda7e88bba5391b08eef738e1abb8604a4789491/id/examples/section_2/if-else.md)
* [Match](https://github.com/v-community/v_by_example/tree/fda7e88bba5391b08eef738e1abb8604a4789491/id/examples/section_2/match.md)
* [Loops](https://github.com/v-community/v_by_example/tree/fda7e88bba5391b08eef738e1abb8604a4789491/id/examples/section_2/loops.md)

## Bagian 3

Bagian ini membahas tentang fungsi dan metode dan dalam struktur data yang paling penting dalam V: array dan struct.

* [Functions](https://github.com/v-community/v_by_example/tree/fda7e88bba5391b08eef738e1abb8604a4789491/id/examples/section_3/functions.md)
* [Arrays](https://github.com/v-community/v_by_example/tree/fda7e88bba5391b08eef738e1abb8604a4789491/id/examples/section_3/arrays.md)
* [Struct](https://github.com/v-community/v_by_example/tree/fda7e88bba5391b08eef738e1abb8604a4789491/id/examples/section_3/struct.md)
* [Methods](https://github.com/v-community/v_by_example/tree/fda7e88bba5391b08eef738e1abb8604a4789491/id/examples/section_3/methods.md)

## Bagian 4

Di bagian ini, kita akan membahas lebih dalam dan mempelajari fitur-fitur di dalam objek Array. Contoh-contoh lain seperti JSON, Menulis / membaca file dan Testing juga akan dibahas.

* [Array Functions](https://github.com/v-community/v_by_example/tree/fda7e88bba5391b08eef738e1abb8604a4789491/id/examples/section_4/array-functions.md)
* [Testing](https://github.com/v-community/v_by_example/tree/fda7e88bba5391b08eef738e1abb8604a4789491/id/examples/section_4/testing.md)
* [Files](https://github.com/v-community/v_by_example/tree/fda7e88bba5391b08eef738e1abb8604a4789491/id/examples/section_4/files.md)
* [JSON](https://github.com/v-community/v_by_example/tree/fda7e88bba5391b08eef738e1abb8604a4789491/id/examples/section_4/json.md)

## Tim

Daftar pengelola/penulis saat ini:

* [Don Alfons Nisnoni](https://github.com/donnisnoni95)
* [Ivo-Balbaert](https://github.com/ibalbaert)
* [Sven Patrick Meier](https://github.com/SuicideS3ason)
* [Swastik Baranwal](https://github.com/Delta456)
* [Vitor Oliveira](https://github.com/vbrazo)

## Berkontribusi

Lihat [CONTRIBUTING.md](https://github.com/v-community/v_by_example/tree/fda7e88bba5391b08eef738e1abb8604a4789491/id/CONTRIBUTING.md) kami dan mulai berkontribusi hari ini. Kami biasanya memilih pengelola baru berdasarkan kontribusi

## Lisensi

[MIT](https://github.com/v-community/v_by_example/tree/fda7e88bba5391b08eef738e1abb8604a4789491/LICENSE/README.md)
