diff options
Diffstat (limited to 'Mac/Demo/example0.html')
-rw-r--r-- | Mac/Demo/example0.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Demo/example0.html b/Mac/Demo/example0.html index c0336a5..4d78540 100644 --- a/Mac/Demo/example0.html +++ b/Mac/Demo/example0.html @@ -15,7 +15,7 @@ on different machines, with one exception: <li> Unix systems terminate lines with the "linefeed" character, <code>0x0a</code>, <li> Macintoshes terminate lines with the "carriage return" character, <code>0x0d</code> and -<li> MSDOS systems terminate lines with first a carriage return and then a linefeed. +<li> MSDOS and Windows terminate lines with first a carriage return and then a linefeed. </ul> Let us have a look at the program. The first interesting statement in the main |