# V mit einem Beispiel

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

> Learn V by Examples

V by Example ist eine Einführung in V anhand von begleitenden, erklärten Codebeispielen.

* [Beispiele](https://v-community.gitbook.io/v-by-example/de/examples)
* [Contributing](#contributing)
* [License](#license)

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

## Kapitel 1

Eine Einführung in V mit einfachen Beispielen und Aufgaben.

* [Hello World](https://v-community.gitbook.io/v-by-example/de/examples/section_1/hello_world)
* [V Schlüsselwörter](https://v-community.gitbook.io/v-by-example/de/examples/section_1/keywords)
* [Primitives](https://v-community.gitbook.io/v-by-example/de/examples/section_1/primitives)
* [Variablen](https://v-community.gitbook.io/v-by-example/de/examples/section_1/variables)
* [Strings](https://v-community.gitbook.io/v-by-example/de/examples/section_1/strings)
* [Kommentare](https://v-community.gitbook.io/v-by-example/de/examples/section_1/comment)

## Kapitel 2

Dieses Kapitel behandelt bedingte Anweisungen, Schleifen und andere wichtige Operatoren in V.

* [Operatoren](https://v-community.gitbook.io/v-by-example/de/examples/section_2/operator)
* [If-else](https://v-community.gitbook.io/v-by-example/en/examples/section_2/if-else)
* [Match](https://v-community.gitbook.io/v-by-example/en/examples/section_2/match)
* [Schleifen](https://v-community.gitbook.io/v-by-example/de/examples/section_2/loops)

## Kaptiel 3

Hier wird die wichtigste Datenstruktur in V behandelt: `Array`s und `Struct`s. Beinhaltet sind weiterhin Beispiele und Erklärungen zu den Themen Funktionen und Methoden.

* [Funktionen](https://v-community.gitbook.io/v-by-example/broken-reference)
* [Arrays](https://v-community.gitbook.io/v-by-example/en/examples/section_3/arrays)
* [Struct](https://v-community.gitbook.io/v-by-example/broken-reference)
* [Methoden](https://v-community.gitbook.io/v-by-example/en/examples/section_3/methods)

## Kapitel 4

In diesem Kapitel werden Arrays noch einmal vertieft. Es wird hier auch auf das Format `JSON` eingegangen, der Bereich Dateioperationen (lesen und schreiben), sowie Testing gezeigt.

* [Array Funktionen](https://v-community.gitbook.io/v-by-example/de/examples/section_4/array-functions)
* [Testing](https://v-community.gitbook.io/v-by-example/en/examples/section_4/testing)
* [File-IO](https://v-community.gitbook.io/v-by-example/en/examples/section_4/files)
* [JSON](https://v-community.gitbook.io/v-by-example/de/examples/section_4/json)

## Team

Derzeitige Liste der Autoren/Maintainer

* [Don Alfons Nisnoni](https://github.com/dhonx)
* [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)

## Contributing

Um etwas beizutragen einfach den [Contributing-Guide](https://v-community.gitbook.io/v-by-example/de/contributing) lesen, die Schritte befolgen und los geht's! Wir wählen Maintainer aufgrund ihrer Beiträge zum Projekt aus.

## Lizenz

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