Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site nmtvax.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!panda!talcott!harvard!seismo!cmcl2!lanl!unmvax!unm-cvax!nmtvax!djm From: djm@nmtvax.UUCP Newsgroups: net.lang,net.lang.pascal Subject: Turbo Pascal Message-ID: <247@nmtvax.UUCP> Date: Wed, 30-Jan-85 17:53:39 EST Article-I.D.: nmtvax.247 Posted: Wed Jan 30 17:53:39 1985 Date-Received: Sun, 3-Feb-85 11:01:04 EST Reply-To: djm@nmtvax.UUCP (Dieter Muller) Organization: New Mexico Tech, Socorro Lines: 28 Keywords: Bugs, semi-colon, I/O buffering Xref: watmath net.lang:1358 net.lang.pascal:219 Summary: code is executed, a memory error is generated and a system halt is performed. This requires a re-boot. Example : if condition then begin statement1; statement2; end; <-- explodes here when run another_statement; 2) If you read from the console a character at a time, each character must be separated by a carriage return. I am under the impression that either a) data is buffered one line at a time, or b) data would be physically read one character at a time. (My Pascal references aren't handily available as to which is standard, but C/R between each sounds silly to me). Dieter Muller {lanl|unmvax}!nmtvax!djm