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!
Good bug hunting! Ken Linder http:\kc7rad.lvcm.com\