names''
   a=. 1 2 3 0 2
   b=. 'abcde'
   a#b
abbcccee

   is=.'=.'
".'a',is,'1 2 3 0 2'
1 2 3 0 2
   a
1 2 3 0 2
".'b',is,'abcde'

   b
abcde
   a#b
1 2 3 0 2 # b
   names''
a  b  is
   a
1 2 3 0 2
   b
abcde
   a+4
5 6 7 4 6
   erase 'a b'
1 1
".'x',is,'1 2 3 0 2'
1 2 3 0 2
".'y',is,'abcde'

   x#y
1 2 3 0 2 # y
   names''
is
   x + 6
7 8 9 6 8
   x=. 1 2 3 0 2
   y=. 'abcde'
   names''
is
   x + 6
7 8 9 6 8
   x#y
abbcccee

   names''
is

so where are the nouns?
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to