Talk:Truth table: Difference between revisions

added comment about placing boolean operator names into the discussion page instead of inside the REXX program. -- ~~~~
(→‎Which operators?: added comments about which (boolean) operators.)
(added comment about placing boolean operator names into the discussion page instead of inside the REXX program. -- ~~~~)
Line 16:
 
:: 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)
 
:: If anyone thinks the REXX example is too long, I could delete some of the boxed comments and put them here instead. But I thought the boolean operator names needed listing. -- [[User:Gerard Schildberger|Gerard Schildberger]] 06:35, 30 April 2012 (UTC)