Arithmetic

Jigot supports the following binary arithmetic operators:

Token
Action performed

+

addition

-

substraction

*

multiplication

/

division

%

modulo

**

power

&&

and

||

or

&

binary and

|

binary or

^

xor

<<

shift left

>>

shift right

++

concatenate / append

::

cast

Last updated