Talk:Truth table: Difference between revisions

added comment about the disjunction character (<math>\or</math>) and conjunction character (<math>\and</math>) -- ~~~~
(added comment about placing boolean operator names into the discussion page instead of inside the REXX program. -- ~~~~)
(added comment about the disjunction character (<math>\or</math>) and conjunction character (<math>\and</math>) -- ~~~~)
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)
 
::: I was wondering why the website I visited used a lowercase <tt>v</tt> --- it was modeled after the <math>\or</math> character (disjunction). Conjunction is the <math>\and</math> charcter. -- [[User:Gerard Schildberger|Gerard Schildberger]] 07:01, 30 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)