Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!mgnetp!ihnp4!zehntel!hplabs!sri-unix!RCONN@Simtel20.ARPA From: RCONN@Simtel20.ARPA Newsgroups: net.micro.cpm Subject: ZCPR3 Phase 2 ... Message-ID: <634@sri-arpa.UUCP> Date: Thu, 2-Aug-84 10:05:00 EDT Article-I.D.: sri-arpa.634 Posted: Thu Aug 2 10:05:00 1984 Date-Received: Sun, 5-Aug-84 00:32:52 EDT Lines: 11 From: Richard ConnYou have a good point ... it is certainly not too late to correct. The reason I did that was because, while \n represented the LF char literally, the effect of using it with routines like PRINTF was to issued CRLF. Hence, I elected to let \n mean CRLF and \l was added for LF only. I think I'll move back to \n meaning LF only and either not have a char for CRLF (it is easy enough to create a word for it) or make up something. Rick