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

Foreach modes #266

Open
5pilow opened this issue Apr 11, 2020 · 0 comments
Open

Foreach modes #266

5pilow opened this issue Apr 11, 2020 · 0 comments
Labels
feature New feature

Comments

@5pilow
Copy link
Member

5pilow commented Apr 11, 2020

var a = [1, 2, 3]
for (var x in a) { // automatic mode
for (var +x in a) { // copy mode
for (var @x in a) { // reference mode
@5pilow 5pilow added the feature New feature label Apr 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant