# V dengan Contoh

[Brazilian Portuguese](https://v-community.gitbook.io/v-by-example/pt-br) | [Deutsch](https://v-community.gitbook.io/v-by-example/de) | [English](https://github.com/v-community/v_by_example/tree/fda7e88bba5391b08eef738e1abb8604a4789491/en/README.md) | [Bahasa Indonesia](https://v-community.gitbook.io/v-by-example/id) | [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](https://v-community.gitbook.io/v-by-example/id/examples)
* [Berkontribusi](#contributing)
* [Lisensi](#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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://v-community.gitbook.io/v-by-example/id.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
