Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 763 Bytes

operators.md

File metadata and controls

20 lines (18 loc) · 763 Bytes

Home

Operators

Operator Description
. Scope
[] Subscript
<< Bitwise left shift
>> Bitwise right shift
* Multiplication
/ Division
% Remainder
+ Addition
- Subtraction
| Bitwise OR
& Bitwise AND
^ Bitwise XOR
~ Binary ones complement
>>> Unsigned right shift