mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-02 16:29:21 +02:00
* result adapted
This commit is contained in:
parent
645310a071
commit
5839db8098
@ -7,15 +7,13 @@ var
|
||||
|
||||
begin
|
||||
str(MinCurrency:0:4,s);
|
||||
{ output according to delphi }
|
||||
if s<>'-922337203685477.5810' then
|
||||
if s<>'-922337203685477.5807' then
|
||||
begin
|
||||
writeln(s);
|
||||
halt(1);
|
||||
end;
|
||||
str(MaxCurrency:0:4,s);
|
||||
{ output according to delphi }
|
||||
if s<>'922337203685477.5810' then
|
||||
if s<>'922337203685477.5807' then
|
||||
begin
|
||||
writeln(s);
|
||||
halt(1);
|
||||
|
Loading…
Reference in New Issue
Block a user