The major difference between a thing that might go wrong and a thing that cannot possibly go wrong is that when a thing that cannot possibly go wrong goes wrong it usually turns out to be impossible to get at and repair.
by Douglas Adams
The major difference between a thing that might go wrong and a thing that cannot possibly go wrong is that when a thing that cannot possibly go wrong goes wrong it usually turns out to be impossible to get at and repair.
by Douglas Adams
Operator | Purpose |
+ | addition of numbers, concatenation of Strings |
+= | add and assign numbers, concatenate and assign Strings |
- | subtraction |
-= | subtract and assign |
* | multiplication |
*= | multiply and assign |
/ | division |
/= | divide and assign |
% | take remainder |
%= | take remainder and assign |
++ | increment by one |
-- | decrement by one |
> | greater than |
>= | greater than or equal to |
< | less than |
<= | less than or equal to |
! | boolean NOT |
!= | not equal to |
&& | boolean AND |
|| | boolean OR |
== | boolean equals |
= | assignment |
~ | bitwise NOT |
?: | conditional |
instanceof | type checking |
| | bitwise OR |
|= | bitwise OR and assign |
^ | bitwise XOR |
^= | bitwise XOR and assign |
& | bitwise AND |
&= | bitwise AND and assign |
>> | shift bits right with sign extension |
>>= | shift bits right with sign extension and assign |
<< | shift bits left |
<<= | shift bits left and assign |
>>> | unsigned bit shift right |
>>>= | unsigned bit shift right and assign |
What is this rhythm of FATE? I sincerely do not know it myself. I have never heard the sound, let alone its rhythm. But I am happy to live my life, to feel and learn and breathe. Perhaps one day, I might listen to a hint of this beautiful sound.