Skip to content

2.1.0 by Travis Palmer

Choose a tag to compare

@antyakushev antyakushev released this 26 Jul 21:43
· 3 commits to master since this release
  • Added support for nesting @for loops while using variables in the range that are iterators of parent @for loops
  • Added tests for added functionality
  • Migrated and changed the wording on variables not allowed in range error to be only for non-local @for loop variables
  • Added example to README of nested loops