[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.5 and 1.6

version 1.5, 2003/09/26 13:47:16 version 1.6, 2003/10/18 19:57:10
Line 120 
Line 120 
 for ( E ; E ; E ) S  for ( E ; E ; E ) S
 null statement  null statement
 break  break
   continue
 quit  quit
 a string of letters, enclosed in double quotes  a string of characters, enclosed in double quotes
 .Ed  .Ed
 .Pp  .Pp
 Function definitions  Function definitions
Line 136 
Line 137 
 The sequence  The sequence
 .Sq \e\<newline><whitespace>  .Sq \e\<newline><whitespace>
 is ignored within numbers.  is ignored within numbers.
 The newline character may be part part of a string.  A string may contain any character, except double quote.
 .Pp  .Pp
 Functions in  Functions in
 .Fl lm  .Fl lm

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6