I'm reading the IBM APL2 documentation, and they are referring to a function that I've been looking for, the FIND function which in APL2 is implemented by the symbol ⍷. This function is not implemented in GNU APL, and when I looked it up in the standard spec, it's not there either.
It seems like an incredibly useful function. Is there an alternative one can use instead?
Regards,
Elias