"GPC on Ken Linder's Linux Box" wrote:
Howdy all... Found an oddity with the DIV operation. The following line correctly produces a compile error (as it should):
aninteger := 12.1 div 5.5;
However, the following compiles & runs, behaving like a REAL division operation:
writeln( 12.1 div 5.5 );
Very strange indeed!
Thanks for the report (kevin14.pas).
Frank