Re: Still more enhancement suggestions for APL+Win

Re 13 & 14: Unless the left- and right- arguments are conformable AND are both vectors, the Dyalog built-in function does not work.
- Code: Select all
a←1 4⍴2 1 3 4
b←6 2 10 0 10
a∩b
RANK ERROR
a∩b
∧