Browse Source

*** empty log message ***

florian 23 years ago
parent
commit
c1b7ca770c
1 changed files with 8 additions and 0 deletions
  1. 8 0
      tests/webtbs/tw1737.pp

+ 8 - 0
tests/webtbs/tw1737.pp

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