The same turns out to be true for version 602. When I tested using version
602 I put the colon as the first character of the line, as is my habit, but
with leading whitespace the same error results.


On Sat, Jul 7, 2012 at 4:43 PM, Max Harms <raeli...@gmail.com> wrote:

> Oh. My. Zeus.
>
> Turns out it works iff the colon is the first character on the line
> *including whitespace*. When I was writing it I was tabbing-in, and thus it
> was breaking. >_<
>
> Thanks a bunch, :)
>  - Max
>
> On Sat, Jul 7, 2012 at 4:12 PM, Henry Rich <henryhr...@nc.rr.com> wrote:
>
> > Here's a session log
> >
> >     toy =: 2 : 0
> > :
> > z =: u v ''
> > x + y
> > )
> >     [ toy ]
> > [ (2 : 0) ]
> > :
> > z=:u v''
> > x+y
> > )
> >     5 [ toy ] 7
> > 12
> >
> > You gotta put in the colon :
> >
> > Henry Rich
> >
> > On 7/7/2012 3:18 PM, Max Harms wrote:
> > > Tried it. Didn't work. Same result. (Perhaps because I'm using 701?)
> > >
> > >   - Max
> > >
> > > On Sat, Jul 7, 2012 at 3:12 PM, Henry Rich <henryhr...@nc.rr.com>
> wrote:
> > >
> > >> You defined a conjunction that produces only a monadic valence.  Try
> > >>
> > >> toy =: 2 : 0
> > >> :
> > >> z =: u v ''
> > >> x + y
> > >> )
> > >>
> > >> Henry Rich
> > >>
> > >> On 7/7/2012 2:38 PM, Max Harms wrote:
> > >>> toy =: 2 : 0
> > >>> z =: u v ''
> > >>> x + y
> > >>> )
> > >>
> > >> ----------------------------------------------------------------------
> > >> For information about J forums see
> http://www.jsoftware.com/forums.htm
> > >>
> > > ----------------------------------------------------------------------
> > > For information about J forums see http://www.jsoftware.com/forums.htm
> > >
> >
> > ----------------------------------------------------------------------
> > For information about J forums see http://www.jsoftware.com/forums.htm
> >
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to