gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re[2]: [Gnash-commit] gnash/testsuite/actionscript.all ops.as


From: Udo Giacomozzi
Subject: Re[2]: [Gnash-commit] gnash/testsuite/actionscript.all ops.as
Date: Mon, 6 Aug 2007 17:00:17 +0200

Hello strk,

Monday, August 6, 2007, 4:40:52 PM, you wrote:
s> Gnash seems correct in returning -2147483648, doesn't it ?

Note:

x = 0xffffffff;
trace(x); // 4294967295

y = x << 0;
trace(y); // -1

Udo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]