NB.  Looks like there is a bug in ".
   
   foo =: 3 : 0
". 'z =. ', y
5!:6 < 'z'
)
   
   erase 'a' ; 'v'
1 1
   
   NB. this gives correct result
   
   foo 'a/'
a/
   
   NB. this gives incorrect reult
   
   foo 'v/'
|value error: v
|   z=.    v/
   
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to