mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 22:26:00 +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;
|
||||
|
||||
var
|
||||
a,b,c : double;
|
||||
a,b,c : float;
|
||||
begin
|
||||
a:=7.7;
|
||||
b:=1.1;
|
||||
|
Loading…
Reference in New Issue
Block a user