Talk:Truth table: Difference between revisions

Content added Content deleted
(→‎Which operators?: And, or, not is a useful set.)
(→‎Which operators?: added a comment about the ^ operator.)
Line 7: Line 7:


:And, or, not as a minimum; but if the rest are just more of the same then they could be left out for brevity. --[[User:Paddy3118|Paddy3118]] 14:06, 31 October 2011 (UTC)
:And, or, not as a minimum; but if the rest are just more of the same then they could be left out for brevity. --[[User:Paddy3118|Paddy3118]] 14:06, 31 October 2011 (UTC)

:From a website I found, the ^ boolean operator is an AND, almost all examples seem to use it as a NOT (negation). This same website didn't even mention (or use) the & [and] operator. The list that I used is in the REXX example. I'll change it if the consenus say that's incorrect. I think it's better to have consistency in the coding and examples. -- [[User:Gerard Schildberger|Gerard Schildberger]] 20:16, 28 April 2012 (UTC)