Right, Brian... occurred to me after I sent it. My remarks should have referred to single versus multi line definition, which has nothing to do with 3 vs 13. Put it down to overwork & distraction.
Ian On 10/24/09, Brian Schott <[email protected]> wrote: > Ian, > > I am a little confused by your comments regarding 3 vs 13, because as > far as I can tell they take the same amount of space except that 3 is > one digit and 13 is two. Do you mean by 13, the resulting tacit form > instead of the explicit input form? > > BLT=: 3 : '~. bl"1 (y#y)#: i.y^y' > BLT > 3 : '~. bl"1 (y#y)#: i.y^y' > BLT=: 13 : '~. bl"1 (y#y)#: i.y^y' > BLT > [: ~. [: bl"1 #~ #: [: i. ^~ > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
