Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rochester!ken From: ken@rochester.ARPA (Ken Yap) Newsgroups: comp.lang.pascal Subject: Re: TURBO Pascal READ Message-ID: <27256@rochester.ARPA> Date: Thu, 23-Apr-87 10:05:39 EST Article-I.D.: rocheste.27256 Posted: Thu Apr 23 10:05:39 1987 Date-Received: Sat, 25-Apr-87 09:34:51 EST References: <7061@brl-adm.ARPA> Reply-To: ken@rochester.UUCP (Ken Yap) Organization: U of Rochester, CS Dept, Rochester, NY Lines: 9 Well, let me guess what is going on. When read sees 12.34E it thinks an exponent is coming up. But the T invalidates that. It is possible to design the input reader so that it pushes the E back onto the input buffer when the T is seen. It's just that Turbo Pascal didn't implement this. So, yes it's a bug. Complain. I just tested Berkeley pi and the program works correctly there. Ken