Actionscript:
-
var myArray:Array = new Array(new SomeObject(), new SomeObject(), new SomeObject());
-
// true on Win, false on Mac
-
trace(myArray[3] == null);
Such fun those little differences in the Flash Player!