Although it may complicate the explanation a bit, as StevenP shows in his examples, it is also possible to apply the modifier code to multiple lists, but with two important considerations in mind:
- all lists should have the same number of elements because the result of the operations will stop at the last element of the shortest list
- the result of the operations will be performed, each time, on the same ordinal elements of each list, returning a result for each operation and adding them to a result list that will be returned at the end of all operations