Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: engine compatibility note

...

This would bind a, b, and c to n along with 1, 2, and 3 to v on each successive iteration through the loop.

Info
titleEngine Compatibility

In the node pico engine, the setting clause will bind first the value and then the name. So the above example, if re-written setting (v,n) would match the binding description below it.


You can have more than one loop in a rule by simply nesting one foreach inside another:

...