mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 14:48:18 +02:00
7 lines
76 B
ObjectPascal
7 lines
76 B
ObjectPascal
var
|
|
c: currency;
|
|
begin
|
|
c:=234982814;
|
|
writeln(round(c * 100));
|
|
end.
|