> From: Raul Miller <[email protected]>
>
> 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.
It is not a simple careless putting of a verb to z.
Unlike other instances of using z,
it manifests the fact that there is a single global
time handler for a J session instance.
It would be a better approach in more complicated cases
with multiple window forms, locales etc. So it is a
broader pattern used by convention.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm