See J for C Programmers Chapter 39 (Parsing and Execution II) last section
(here k is a verb, even though it is assigned the value 3) Henry Rich > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jack Andrews > Sent: Wednesday, April 30, 2008 1:43 AM > To: Programming forum > Subject: [Jprogramming] undefined variables > > hi, > > it's possible to assign all sorts of things to a variable, but what > does this mean: > > j=:k+ > k=:3 > j > --T-â > âkâ+â > L-+-- > 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
