Explorar o código

* power returns int64

peter %!s(int64=22) %!d(string=hai) anos
pai
achega
ebe5373116
Modificáronse 2 ficheiros con 4 adicións e 1 borrados
  1. 0 1
      tests/webtbs/tw1792.pp
  2. 4 0
      tests/webtbs/tw1792a.pp

+ 0 - 1
tests/webtbs/tw1792.pp

@@ -1,4 +1,3 @@
-{ %RESULT=207 }
 Begin
  WriteLn(power(2,31));
 end.

+ 4 - 0
tests/webtbs/tw1792a.pp

@@ -0,0 +1,4 @@
+{ %RESULT=207 }
+Begin
+ WriteLn(power(2,63));
+end.