Explorar o código

*** empty log message ***

florian %!s(int64=23) %!d(string=hai) anos
pai
achega
c1b7ca770c
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  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.
+