Chat with us, powered by LiveChat

ActionScript 3 compiler – – bug

February 19th, 2008 by Alex Batsuev

We have found a nice bug in mxmlc compiller ๐Ÿ™‚

var a:Number = 10;
var b:Number = 20;
var c:Number = a – – b;
trace (c);

It’s correct! Result is 30. But mxmlc ant task doesn’t compile this code sometimes…

It’s very surprising bug.


No Comments Yet

*