fpc/tests/webtbs/tw1737.pp
2024-10-31 22:35:04 +01:00

7 lines
76 B
ObjectPascal

var
c: currency;
begin
c:=234982814;
writeln(round(c * 100));
end.