Files
wren/doc/site/modules/core
Nathan Hourt 67ca0e04f6 fix: correct bitwise or documentation to describe or instead of and behavior
The documentation for the bitwise or operator incorrectly stated that each bit
is true only where corresponding bits of both inputs were true, which describes
the bitwise and operator. Updated to correctly state that each bit is true where
corresponding bits of one or both inputs were true.
2017-03-30 22:45:12 +00:00
..