I just ran FIF with these parameters:

        Find what:    each(_\w+_)?\s*=[.:]
        In context:   any
        File type:    Scripts
        In folders:   (the root of my J installation)
        
And my results report nothing suspicious:

        ~Classes\plot\jzplot.ijs  (1)
           each=: &.>
        
        ~Phrases\phra13.ijs       (1)
           a0=: each=: &.>     NB. Apply  verb to each box
        
        ~Phrases\phrb11.ijs       (1)
           a5 =: each=: &.>    NB. Each (f each applies f to each box)
        
        ~Main\stdlib.ijs          (1)
           each=: &.>

Try that regex against your user folder.  I'd like to help more, but I'm headed 
down to AC.  Good luck (for me too, I hope)!

-Dan
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to