Re: More operators?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: More operators?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 5 Feb 2001 13:34:40 -0200 (EDT)
>I kind of miss % for modulus. Ie. 11 % 5 = 1. Does this conflict with the
>upuvar symbol in the lexer?
Yes, it does confict (but that is not the reason there is no such operator).
Use mod() instead.
--lhf