There's a built in function to sum all values from an array, but what if I want to add or multiply two arrays of same size element-wise?
-
How to do arithmetic with arrays?
-
[Until] followed by a counter is all you need, feed the counter into both [array gets] to set the index, feed the outputs of both arrays into the math of choice.
-
@fefo You can also access array values in [expr] directly.
-