bill lam wrote:
> In library script: keyfiles and kfiles, there are definitions like
> 
> script_z_ '~system\packages\files\jfiles.ijs'
> 
> kcreate=: kcreate_jfiles_
> kdir=: kdir_jfiles_
> kerase=: kerase_jfiles_
> kread=: kread_jfiles_
> kwrite=: kwrite_jfiles_
> 
> coclass 'jfiles'
> 
> Does it mean adding extra verbs to class 'jfiles' ? and why there is no
> cocurrent or coclass before the definitions?
> 
> or should it be exported to z locale at the end of script like what
> jfiles does, eg.
> 
> NB. z definitions
> kcreate_z_=: kcreate_jfiles_

They are being loaded into base, and really should be loaded into z.
I'll get this changed.

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

Reply via email to