> From: Raul Miller
> 
> On Wed, Jan 6, 2010 at 5:30 PM, Sherlock, Ric wrote:
> > sys_timer_z_=: verb define
> >  recalcAngle ''
> >  wd 'psel pend; setinvalid isi'
> > )
> 
> I dislike putting application specific code in z, and
> when I change that to sys_timer=: verb define  ...
> it still works fine, even in a fresh J session.

I agree that sys_timer works however *all* the examples of sys_timer in the 
base library use sys_timer_z_. 
I figured there was probably a good reason for that but maybe it's just a 
simple way of making sure that the event is handled wherever it fires from?  If 
so then I'm happy to define sys_timer locally in this case.

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

Reply via email to