CHAR =: &(a.&i.)

Henry Rich 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Richard Donovan
> Sent: Monday, November 05, 2007 4:41 PM
> To: Programming forum
> Subject: RE: [Jprogramming] My first adverb - doesn't work!
> 
> 
> Thanks! I was being particularly stupid!!
> 
> 
> > Date: Mon, 5 Nov 2007 16:30:50 -0500
> > From: [EMAIL PROTECTED]
> > To: [email protected]
> > Subject: Re: [Jprogramming] My first adverb - doesn't work!
> >
> > You're changing the order of the arguments when you get the error.
> >
> > CHAR =: 1 : 'u&(a.&i.)'
> > '5' < CHAR '45678'
> > 0 0 1 1 1
> >
> > versus
> >
> > '5' CHAR < '45678'
> > |domain error
> > | '5'CHAR<'45678'
> >
> >
> _________________________________________________________________
> Celeb spotting - Play CelebMashup and win cool prizes
> https://www.celebmashup.com-----------------------------------
> -----------------------------------
> 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