the @which error is just due to the macro @which. It stems from the fact that === is specialized by the parser why == is not (or, less specialized).
2 Likes
the @which error is just due to the macro @which. It stems from the fact that === is specialized by the parser why == is not (or, less specialized).