|
| 1 | +# V举例 |
| 2 | + |
| 3 | +[Brazilian Portuguese](/pt-br/README.md) | [Deutsch](/de/README.md) | [English](/en/README.md) | [Bahasa Indonesia](/id/README.md) | [Chinese](README.md) |
| 4 | + |
| 5 | +> Learn V by Examples |
| 6 | +
|
| 7 | +V by Example是使用带注释的程序示例对V语言的介绍。 |
| 8 | + |
| 9 | +- [例子](#examples) |
| 10 | +- [贡献](#contributing) |
| 11 | +- [版权](#license) |
| 12 | + |
| 13 | +Discord: [https://discord.gg/d3Qk65J](https://discord.gg/d3Qk65J) |
| 14 | + |
| 15 | +## Section 1 |
| 16 | + |
| 17 | +通过一些基本的例子和练习来介绍V语言。 |
| 18 | + |
| 19 | +- [Hello World](examples/section_1/hello_world.md) |
| 20 | +- [V Keywords](examples/section_1/keywords.md) |
| 21 | +- [Primitives](examples/section_1/primitives.md) |
| 22 | +- [Variables](examples/section_1/variables.md) |
| 23 | +- [Strings](examples/section_1/strings.md) |
| 24 | +- [Comment](examples/section_1/comment.md) |
| 25 | + |
| 26 | +## Section 2 |
| 27 | + |
| 28 | +本节讨论V语言中主要的运算和条件语句。 |
| 29 | + |
| 30 | +- [Operator](examples/section_2/operator.md) |
| 31 | +- [If-else](examples/section_2/if-else.md) |
| 32 | +- [Match](examples/section_2/match.md) |
| 33 | +- [Loops](examples/section_2/loops.md) |
| 34 | + |
| 35 | +## Section 3 |
| 36 | + |
| 37 | +学习V语言函数和方法以及最重要的数据结构:数组和结构体 |
| 38 | + |
| 39 | +- [Functions](examples/section_3/functions.md) |
| 40 | +- [Arrays](examples/section_3/arrays.md) |
| 41 | +- [Struct](examples/section_3/struct.md) |
| 42 | +- [Methods](examples/section_3/methods.md) |
| 43 | + |
| 44 | +## Section 4 |
| 45 | + |
| 46 | +在本节中,我们将深入研究数组对象内部的特征。其他的例子,比如JSON、写/读文件和测试,都会涉及到。 |
| 47 | + |
| 48 | +- [Array Functions](examples/section_4/array-functions.md) |
| 49 | +- [Testing](examples/section_4/testing.md) |
| 50 | +- [Files](examples/section_4/files.md) |
| 51 | +- [JSON](examples/section_4/json.md) |
| 52 | + |
| 53 | +## Team |
| 54 | + |
| 55 | +当前维护者/作者列表: |
| 56 | + |
| 57 | +- [Don Alfons Nisnoni](https://github.com/dhonx) |
| 58 | +- [Ivo-Balbaert](https://github.com/ibalbaert) |
| 59 | +- [Sven Patrick Meier](https://github.com/SuicideS3ason) |
| 60 | +- [Swastik Baranwal](https://github.com/Delta456) |
| 61 | +- [Vitor Oliveira](https://github.com/vbrazo) |
| 62 | + |
| 63 | +## Contributing |
| 64 | + |
| 65 | +先阅读 [CONTRIBUTING.md](CONTRIBUTING.md) 然后开始贡献. 我们通常根据贡献来选择新的维护者。 |
| 66 | + |
| 67 | +## License |
| 68 | + |
| 69 | +[MIT](/LICENSE) |
0 commit comments