Browse Source

* power returns int64

peter 22 years ago
parent
commit
ebe5373116
2 changed files with 4 additions and 1 deletions
  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
 Begin
  WriteLn(power(2,31));
  WriteLn(power(2,31));
 end.
 end.

+ 4 - 0
tests/webtbs/tw1792a.pp

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