lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>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