* power returns int64

This commit is contained in:
peter 2003-01-15 00:48:06 +00:00
parent dd08014a49
commit ebe5373116
2 changed files with 4 additions and 1 deletions

View File

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

4
tests/webtbs/tw1792a.pp Normal file
View File

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