I had a MUF procedure named VKnockout? that would get called when
executing a MUF program from a line that didn't reference it. I
removed all references to the procedure and it still Called it. How
the heck does a procedure run without being called?
Furthermore, I put the reference to the procedure back in, but took th
procedure out, but it still compiled! It's never compiled with an
undefined word before.
When I changed the name of the procedure, everything went back to
normal behavior.
Anyone know what might have caused this?