[Issue 3847] To avoid a C code bug
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Mon May  3 12:58:11 PDT 2010
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=3847
Ary Borenszweig <ary at esperanto.org.ar> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ary at esperanto.org.ar
--- Comment #9 from Ary Borenszweig <ary at esperanto.org.ar> 2010-05-03 12:58:09 PDT ---
'and' and 'or' also help with readability.
The thing is, you can make mistakes with && and &. You can't make mistakes with
'and' and '&'.
Nobody used 'and' and 'or' as variables or function names so I don't think it's
a problem at all to add them as synonymous to && and ||.
-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
    
    
More information about the Digitalmars-d-bugs
mailing list