* test works only well if the constants have the same type as the operands of mod

git-svn-id: trunk@38336 -
This commit is contained in:
florian 2018-02-24 23:13:29 +00:00
parent 98bd768521
commit bf7a0c491e

View File

@ -3,7 +3,7 @@ uses
math; math;
var var
a,b,c : double; a,b,c : float;
begin begin
a:=7.7; a:=7.7;
b:=1.1; b:=1.1;