Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!FRLRI61.BITNET!mvm From: mvm@FRLRI61.BITNET Newsgroups: comp.sys.ti.explorer Subject: Serial IO question Message-ID: <9002051017.AA02035@lri.lri.fr> Date: 5 Feb 90 10:17:40 GMT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 10 #\newline is not a real character but something that behaves differently depending on your operating system. Some operating systems recognize end-of-line as two characters (for example carriage-return and linefeed) while some others recognize end-of-line as a single character (linefeed). #newline is the standard CL kludge because of this lack of standards for end-of-lines. In other word, as far as EOL is concerned, the same datafile can be read differently by the same CL code on two different operating systems.