Take a look at Quad_FX.cc.
On Wed, 2014-08-06 at 10:36 +0800, Elias Mårtenson wrote:
> Interesting. It seems that the tag gets set to ⎕FX when the function
> is defined that way. I would have expected the tag to be blank.
>
>
> Of course I can fix this on my end, but I'd like to know if this is
> expected behaviour. Jürgen, do you have any input?
>
>
> Regards,
> Elias
>
>
> On 6 August 2014 10:28, David B. Lamkins <dlamk...@gmail.com> wrote:
> This one probably doesn't affect many people.
>
> If you define a function using ⎕FX without using the GNU APL
> extension
> to store location metadata, a M-. on that function's name will
> complain:
>
> if: Unexpected tag format: "⎕FX"
>
> It might be nice if this said something like:
>
> "This function was defined using ⎕FX; location information is
> unavailable."
>
>
>