v-community / v_by_example

Learn V by Example
https://v-community.gitbook.io/v-by-example/
MIT License
169 stars 30 forks source link

Added more relevant examples and erronous examples to code folder #174

Closed VinWare closed 3 years ago

VinWare commented 3 years ago

Solves issue #173

Details of PR: 1) Fixed array initialization warning in match_examples file 2) Fixed error of shortgand addition of 1 (a += 1 must be replace by a++ in latest v) in methods 3) Added some more examples in the methods and variables files