I think I've hit a bug in the verb definition construct: 13 :

   cube=: 3 : 'y*y*y'
   cube 2
8
   cube=: 13 : 'y*y*y'
   cube 2
2
   cube
] * *

(I know what you're thinking... what sort of a mind must someone have
to unearth a bug like this? :)
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to