index
:
fpc
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fpcsrc
/
tests
/
webtbs
/
tw1737.pp
blob: 3f48962b487ff92630f4f1852e7e99c39e22da1c (
plain
)
1
2
3
4
5
6
7
{ %
version
=
1.1
}
var c
:
currency
;
begin
c
:=
234982814
;
writeln
(
round
(
c
*
100
));
end
.