MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

RE: Problem w/1.8.0, beta 3 (fwd)



There's also that bug in :description which makes you see the commands when
you entered it.
I just made a verb $callers() that went something like this:

callers = callers(@args)[2..$];
for vb in (callers)
  vb[1] == #-1 && vb[4] == #-1 && vb[2] != "" && (callers = setremove(callers,
vb));
endfor
return callers;

Then all I had to do was change all instances of callers() to $callers().
But that's just lazy me, I'm sure there's a real way you're supposed to do it.




Home | Subject Index | Thread Index