Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site ukma.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!ihnp4!cbosgd!hasmed!qusavx!ukma!david From: david@ukma.UUCP (David Herron, NPR Lover) Newsgroups: net.lang.c Subject: Response to "comment" from cottrel. Message-ID: <551@ukma.UUCP> Date: Sun, 27-Jan-85 18:14:57 EST Article-I.D.: ukma.551 Posted: Sun Jan 27 18:14:57 1985 Date-Received: Wed, 30-Jan-85 05:38:56 EST Organization: Univ. of KY Mathematical Sciences Lines: 23 In article <7404@brl-tgr.ARPA> cottrell@nbs-vms.ARPA "comments": >/* > > [deleted thing about long loops being unreadable] > >nice: please dont write code like that. each funxion should > be entirely on one page. use form feeds to separate pages. > thank you. >*/ 1. Ok. Fine. Putting form-feeds in the code may make sense to you. There are just a few problems with this. Namely: a) the V7 compiler would barf on an illegal character. (We don't run V7, but some sites do). b) if you two column your output using pr(1) (to save paper...) pr dies horrible deaths on the form-feed character. 2. DON'T YOU DARE TELL ME HOW TO WRITE MY CODE!!!! I'LL MESS IT UP IN MY OWN WAY, THANK YOU!!!!