*** empty log message ***

This commit is contained in:
florian 2002-09-23 05:18:22 +00:00
parent d6ac9ca3f7
commit c1b7ca770c

8
tests/webtbs/tw1737.pp Normal file
View File

@ -0,0 +1,8 @@
{ %version=1.1 }
var
c: currency;
begin
c:=234982814;
writeln(round(c * 100));
end.