Ver código fonte

*** empty log message ***

florian 23 anos atrás
pai
commit
c1b7ca770c
1 arquivos alterados com 8 adições e 0 exclusões
  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.
+