operand | what it does |
---|---|
<< | append (in context of strings, arrays, IO); shift position of bits in Bignum and Fixnum |
>> | shift position of bits in Bignum and Fixnum |
~ | bitwise NOT (high-presendence) |
& | bitwise AND (medium-presendence) |
| | bitwise OR (medium-presendence) |
^ | bitwise XOR (medium-presendence) |
** | exponent |
+ | addition |
– | subtraction |
* | multiplication |
/ | division |
% | modulo operator |
To the jasonfleetwoodboldt.com webmaster, Thanks for the informative post!
Hi jasonfleetwoodboldt.com webmaster, You always provide key takeaways and summaries.
To the jasonfleetwoodboldt.com owner, Thanks for sharing your thoughts!
To the jasonfleetwoodboldt.com webmaster, Thanks for the well-researched and well-written post!