Author: ambs Date: Fri Oct 19 06:21:28 2007 New Revision: 22268 Modified: trunk/docs/pdds/draft/pdd19_pir.pod
Log: Added proposal for simple change on binary operators Modified: trunk/docs/pdds/draft/pdd19_pir.pod ============================================================================== --- trunk/docs/pdds/draft/pdd19_pir.pod (original) +++ trunk/docs/pdds/draft/pdd19_pir.pod Fri Oct 19 06:21:28 2007 @@ -534,6 +534,9 @@ B<&>, B<|> and B<~> are binary B<band>, B<bor> and B<bxor>. +{{PROPOSAL: Change description to support logic operators (comparisons) as +implemented (and working) in imcc.y.}} + =item <var1> <op>= <var2> This is equivalent to