Closed faeredia closed 1 year ago
The following should all give the same result, but the first one is not summing the last number
> (april:april "+/ ⍳5") 10 > (april:april "+/ 1 2 3 4 5") 15 > (april:april "+/ (⍳5)") 15
Other functions (eg, -×÷⌊) work fine
This is fixed.
The following should all give the same result, but the first one is not summing the last number
Other functions (eg, -×÷⌊) work fine