mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 12:07:58 +02:00
8 lines
93 B
ObjectPascal
8 lines
93 B
ObjectPascal
{ %version=1.1 }
|
|
var
|
|
c: currency;
|
|
begin
|
|
c:=234982814;
|
|
writeln(round(c * 100));
|
|
end.
|