Talk:Truth table: Difference between revisions

→‎Which operators?: added comments about which (boolean) operators.
(→‎Which operators?: added comments about which (boolean) operators.)
Line 14:
:: I've changed the <tt> REXX </tt> coding example to comply with <math> C </math>
:::They probably used ^ for and to go along with the <math>\and</math> and <math>\or</math> operators from discrete math. I think it's fine to use whatever standard you like as long as you note it. --[[User:Mwn3d|Mwn3d]] 00:07, 29 April 2012 (UTC)
 
:: As for which boolean operators to support, the task description is (to me) pretty clear: boolean equation(s) are all or any boolean expression(s), whether or not your language of choice only supports two or three (or a few more). I've included all sixteen boolean operator names in the REXX language example; I hope the boolean operations are named correctly, there are many variants). Also added is support for the TRUE and FALSE boolean values, as well as boolean conditionals (comparisons). -- [[User:Gerard Schildberger|Gerard Schildberger]] 06:24, 30 April 2012 (UTC)