Operators

Senegal supports the operators shown below:

DescriptionOperators
Unary Postfixvar++ var-- () [] .
Unary Prefix-var !var ~var
Multiplicative* / % **
Additive+ -
Bitwise& ^ | << >>
Comparison== != > >= < <=
Logical&& ||
Ternarycondition ? expr : expr
Assignment= += -= *= /=
Pipeline<|
Last updated on