Is the line
   destroy_A_''
actually needed?

As far as I can tell the line  that follows:
   codestroy''
remove the object.


>
> cocurrent 'base'
> coclass 'B'
> create =: 3 : 0
>       create_A_ y
>       X =: 2*y
> )
> destroy =: 3 : 0
>       destroy_A_ ''
>       codestroy ''
> )
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to