7 Nov
2001
7 Nov
'01
10:47 p.m.
Eike Lange wrote:
The following program compiles correctly (shouldn't there a warning?).
Uaaah! Not only a warning, but an error, of course. I'll fix it immediately. Thanks for the report. (eike1[ab].pas)
&<---------- (snip) ----------- program fail;
type TFoo = 2.7 .. 2.8;
var MyFoo: TFoo;
begin MyFoo := 1.0; WriteLn (MyFoo) end. &<---------- (snap) -----------
Frank -- Frank Heckenbach, frank@g-n-u.de, http://fjf.gnu.de/ GPC To-Do list, latest features, fixed bugs: http://agnes.dida.physik.uni-essen.de/~gnu-pascal/todo.html