Mark Hinkle (mhinkle@VT.EDU)
Tue, 25 Apr 2000 02:40:22 -0400
Message-ID: <Pine.LNX.4.21.0004250237240.2423-100000@localhost.localdomain> Date: Tue, 25 Apr 2000 02:40:22 -0400 From: Mark Hinkle <mhinkle@VT.EDU> Subject: Re: [CS3304_1381] Help with cut
On Tue, 25 Apr 2000, Kevin Mescher wrote:
> >
> >if(cond)
> > pred1;
> >else
> > pred2;
> >
> >(cond,pred1);
> >(not(cond),pred2).
> >
>
>
> (End \= []) ,evaluate([Answer|[After|End]], Answer, Error);
> (not(End = [])), true.
>
Looks to me as though you're missing the very outside parens.
Throw a \ on that second = too. Try:
((End \= []) ,evaluate([Answer|[After|End]], Answer, Error));
(not(End \= [])), true.
May not work, but at least that follows more closely the example syntax.
Mark
This archive was generated by hypermail 2.0b3 on Tue Apr 25 2000 - 02:37:41 EDT