hi,

it's possible to assign all sorts of things to a variable, but what
does this mean:

   j=:k+
   k=:3
   j
┌─┬─┐
│k│+│
└─┴─┘
   j 4
|domain error: k
|       j 4

why isn't k substituted with 3 in j at some point?
why can j be defined as it is in the first place?

ta, jack
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to