[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.6 and 1.7

version 1.6, 2003/10/18 19:57:10 version 1.7, 2003/10/19 19:21:48
Line 125 
Line 125 
 a string of characters, enclosed in double quotes  a string of characters, enclosed in double quotes
 .Ed  .Ed
 .Pp  .Pp
   The E's in a for statement may all three be empty.
   This is a non-portable extension.
   The continue statement also is a non-portable extension.
   .Pp
 Function definitions  Function definitions
 .Bd -unfilled -offset indent -compact  .Bd -unfilled -offset indent -compact
 define L ( L ,..., L ) {  define L ( L ,..., L ) {
Line 232 
Line 236 
 .Sq \&!  .Sq \&!
 operators.  operators.
 .Pp  .Pp
 .Ql For  
 statements must have all three E's.  
 .Pp  .Pp
 .Ql Quit  .Ql Quit
 is interpreted when read, not when executed.  is interpreted when read, not when executed.

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