# V por exemplos

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

> Aprenda V por exemplos

V by Example é uma introdução direta ao V usando exemplos de programas anotados.

* [Exemplos](/v-by-example/pt-br/examples.md)
* [Contribuindo](/v-by-example/pt-br.md#contributing)
* [Licença](/v-by-example/pt-br.md#license)

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

## Seção 1

Introdução ao V, apresentando alguns exemplos e exercícios básicos.

* [Comentários](/v-by-example/pt-br/examples/section_1/comment.md)
* [Palavras-chave](/v-by-example/pt-br/examples/section_1/keywords.md)
* [Primitivos](/v-by-example/pt-br/examples/section_1/primitives.md)

## Seção 2

Esta seção discute os principais operadores e instruções condicionais em V.

* [Operadores](/v-by-example/pt-br/examples/section_2/operators.md)

## Time

Lista atual de mantenedores/autores:

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

## Contribuindo

Veja nosso [CONTRIBUTING.md](/v-by-example/pt-br/contributing.md) e comece a contribuir hoje. Normalmente, elegemos novos mantenedores com base em contribuições.

## License

[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/pt-br.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.
