lua-users home
lua-l archive

Re: [ANN] Lua 5.3.0 (work2) now available

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


> The precedence of the new bitwise operators is not yet documented in 3.4.8.
Thanks for the report; we will correct that. For the record, the
precedence is this:
or
and
< > <= >= ~= ==
|
~
&
<< >>
..
+ -
* / // %
not # - (unary) ~ (unary)
^
-- Roberto

AltStyle によって変換されたページ (->オリジナル) /