Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

array: add how to create an empty array #57

Merged
merged 3 commits into from
Nov 3, 2019

Conversation

dhonx
Copy link
Member

@dhonx dhonx commented Nov 2, 2019

People who want to learn V may not all have learned Go and may not yet have experience in the programming world. So I think this will help them on how to make a new, empty array.

@dhonx dhonx requested review from vbrazo and Delta456 November 2, 2019 05:15
@dhonx dhonx added the documentation Improvements or additions to documentation label Nov 2, 2019
@dhonx dhonx requested a review from nedpals November 2, 2019 05:23
examples/arrays/arrays.md Outdated Show resolved Hide resolved
@@ -22,6 +22,15 @@ println(github_users[0])
>> vbrazo
```

### Create an empty array
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine

Copy link
Member

@vbrazo vbrazo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks man 💥

You're great. Let's keep this up!

I'll push a new example over the next days.

@vbrazo vbrazo merged commit f478be7 into v-community:master Nov 3, 2019
@dhonx dhonx deleted the docs-array branch November 4, 2019 04:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants