mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 05:59:28 +02:00
*** empty log message ***
This commit is contained in:
parent
d6ac9ca3f7
commit
c1b7ca770c
8
tests/webtbs/tw1737.pp
Normal file
8
tests/webtbs/tw1737.pp
Normal file
@ -0,0 +1,8 @@
|
||||
{ %version=1.1 }
|
||||
var
|
||||
c: currency;
|
||||
begin
|
||||
c:=234982814;
|
||||
writeln(round(c * 100));
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user