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
res = for i in [1 to 10] [x] = [ z for z in [1 to 2] ] x + i
this returns an array of array, while the inner loop was just for looking something up rather than constructing another level of nested loops.
The text was updated successfully, but these errors were encountered:
309e87f
What about:
res = for i to 9 while 0 => while 0 => i
Sorry, something went wrong.
88910ee
Merge pull request #255 from Nami-Doc/issue238
a2c93cb
fix #238 - only check loop last element
reopening since it's still broken (a bit "deeper", but it indeed needs to work like makeReturn)
makeReturn
object comprehension fixes and improved tests
fd7437f
closes #614, #238, #639, #538
No branches or pull requests
this returns an array of array, while the inner loop was just for looking something up rather than constructing another level of nested loops.
The text was updated successfully, but these errors were encountered: