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

feature: range #41

Open
6 of 8 tasks
zegl opened this issue Feb 11, 2018 · 0 comments
Open
6 of 8 tasks

feature: range #41

zegl opened this issue Feb 11, 2018 · 0 comments
Labels

Comments

@zegl
Copy link
Owner

zegl commented Feb 11, 2018

  • for k, v := range []int{10, 20, 30}
  • for k := range []int{10, 20, 30}
  • for range []int{10, 20, 30}
  • for _, v := range []int{10, 20, 30}
  • for k, v := range []int{10, 20, 30}[1:]
  • for k, v := range map
  • for k, v := range array
  • for k, v := range fn()
@zegl zegl added the feature label Feb 24, 2018
This was referenced Feb 25, 2019
bors bot added a commit that referenced this issue Jun 23, 2020
176: compiler/alloc: support assign to _ r=zegl a=zegl

This updates #41 

Co-authored-by: Gustav Westling <[email protected]>
bors bot added a commit that referenced this issue Jun 23, 2020
176: compiler/alloc: support assign to _ r=zegl a=zegl

This updates #41 

Co-authored-by: Gustav Westling <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant