All public logs
Jump to navigation
Jump to search
Combined display of all available logs of QB64 Phoenix Edition Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:14, 3 January 2023 RhoSigma talk contribs created page XOR (Redirected page to XOR (boolean)) Tag: New redirect
- 01:09, 3 January 2023 RhoSigma talk contribs moved page XOR to Bitwise Operators without leaving a redirect
- 21:57, 1 June 2022 RhoSigma talk contribs removed protection from XOR (hist)
- 21:03, 4 May 2022 RhoSigma talk contribs protected XOR [Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite) (hist)
- 14:53, 20 April 2022 SMcNeill talk contribs created page XOR (Created page with "Bitwise operators are much like the regular mathematics operators (+, * etc.) but are defined in terms of the individual bits of their operands. The full list of bitwise operators, with a brief summary of its operation: * '''AND''': True if both inputs are true * '''OR''': True if one or both inputs are true * '''NOT''': Invert all bits * '''XOR''': True if exactly one input is true * '''IMP''': True if both inputs are the same * '''EQV''': True unless first input is tru...")