On Thu, Jan 21, 2010 at 10:45 PM, Dan Bron <[email protected]> wrote: > * The adverb won't actually work if its input is boxed. You'd > probably want to say something along the lines of 'y' e.&;:S:0 m but I > haven't tested that either.
Oops, yes, if the input is boxed, we will get a domain error from the assert sentence. To get rid of this we would probably want to use S:0 and ravel. But, yes, erasing y would be more paranoid (though less efficient since it must happen at run time rather than definition time). -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
