Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The above script returns a list of the sum of the first 3 values of $list1 and $list2. So if $list1 is the list [4,6,9,8,17] and $list2 is the list [4,5,9,13,12] then the result will be [8,11,18].

Troubleshooting

  1. A range of 1..1, whether explicitly set or it resolves to this value in an expression, will throw an exception when it tries to run.
  2. A range of 1..0, whether explicitly set or it resolves to this value in an expression, will throw an exception when it tries to run.

See Also