> Similarly, the SHR, SHL, AND, OR, XOR words fail, but the >>, <<, &, |, ^
> symbols work fine. As is true with MOD versus %%
>
> On Tue, Feb 10, 2009 at 7:51 AM, Charles Dye <>wrote:
>
>
>
> ---Quote---
> > Code:
> > ---------
> > C:\bin\tccle>ver /r
> >
> > TCC LE 10.00.51 Windows XP [Version 5.1.2600]
> > TCC LE Build 51 Windows XP Build 2600 Service Pack 3
> >
> > C:\bin\tccle>echo %@eval[13 mod 3]
> > TCC: Unbalanced parentheses "13 mod 3"
> >
> > C:\bin\tccle>echo %@eval[13 %% 3]
> > 1
> >
> > C:\bin\tccle>
> > ---------
> > MOD does work as expected in the full TCC.
> >
> >
> >
> >
> >
> ---End Quote---
>
>
> --
> Jim Cook
> 2009 Saturdays: 4/4, 6/6, 8/8, 10/10, 12/12 and 5/9, 9/5, 7/11, 11/7.
> Next year they're Sunday.
>
>
>
>
>