Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!ames!ucbcad!ucbvax!CZHRZU1A.BITNET!K538915 From: K538915@CZHRZU1A.BITNET Newsgroups: comp.sys.atari.st Subject: RE: C compilers, empty programs Message-ID: <8701140138.AA16867@ucbvax.Berkeley.EDU> Date: Tue, 13-Jan-87 20:35:49 EST Article-I.D.: ucbvax.8701140138.AA16867 Posted: Tue Jan 13 20:35:49 1987 Date-Received: Wed, 14-Jan-87 05:36:23 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 28 What about this: OSS/CCD Pascal with all runtime checks turned off: >>>>>>>>>>> 212 Bytes for the following program: Program Silly; Begin End. and >>>>>>>>>>> 1357 Bytes for Program For_C_Freaks; Begin WriteLn('Hello World') End. the result is correct and executable code for both examples. Simon Poole