Operation Precedence🔗
Operation precedence, increasing from top to bottom:
or
xor
and
bor
bxor
band
==
 !=
 =~
 =
 #
>
 <
 >=
 <=
[==]
[>]
+
 -
*
 /
 %
-
(unary minus)  not
bnot
$
.
Operation precedence, increasing from top to bottom:
or
xor
and
bor
bxor
band
==
  !=
  =~
  =
  #
>
  <
  >=
  <=
[==]
[>]
+
  -
*
  /
  %
-
(unary minus)   not
bnot
$
.