[net.lang] Turbo Pascal

djm@nmtvax.UUCP (01/31/85)

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