No. I see the issue now. Ric was distinguishing between 3 : 0 form and the 3 :' ' forms: between the multiline form and the single line forms. Somehow that got translated into 3 vs 13.
On Sat, Oct 24, 2009 at 10:01 AM, 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. ^~ > -- (B=) <-----my sig Brian Schott ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
