Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 706 Bytes

operators.md

File metadata and controls

19 lines (17 loc) · 706 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