mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 10:39:39 +02:00
* 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:
parent
98bd768521
commit
bf7a0c491e
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user