[BACK]Return to bc.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / bc

Diff for /src/usr.bin/bc/bc.1 between version 1.16 and 1.17

version 1.16, 2004/04/21 08:21:42 version 1.17, 2004/08/25 21:59:59
Line 172 
Line 172 
 The boolean not  The boolean not
 (!) operator has much lower precedence than the same operator in the  (!) operator has much lower precedence than the same operator in the
 C language.  C language.
 This has the consquence that the expression  This has the consequence that the expression
 .Sy !a < b  .Sy !a < b
 is interpeted as  is interpreted as
 .Sy !(a < b) .  .Sy !(a < b) .
 Prudent programmers use parentheses when writing expressions involving  Prudent programmers use parentheses when writing expressions involving
 boolean operators.  boolean operators.

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17