# HG changeset patch # User jwe # Date 862548654 0 # Node ID 5d78f1ba95a817151d259bd837967c07a68f5d88 # Parent 64dd86522a1d308a2f49b493976ac298d3c9d4f1 [project @ 1997-05-02 04:50:54 by jwe] diff --git a/NEWS b/NEWS --- a/NEWS +++ b/NEWS @@ -34,7 +34,7 @@ my_stream = fopen ("foo", "w"); my_stream << "x = " << pi << " marks the spot\n"; - writes `x = 3.14159 marks the spot' in the file foo. + writes `x = 3.1416 marks the spot' in the file foo. The built-in variables stdin, stdout, and stderr are now also file objects instead of integers.