mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 20:39:13 +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