Coming soon - Get a detailed view of why an account is flagged as spam!
view details

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

2
Question about Array equality
Post Body

I have the following haxe code:

var arr12 = [2,4,6];
var arr13 = [2,4,6];
trace(arr12 == arr12); // returns true
trace(arr12 == arr13); // returns false

I looked through the manual about arrays but it made no mention about it. Could anyone tell me how to compare arrays or elements within 2D arrays?

Author
Account Strength
100%
Account Age
11 years
Verified Email
Yes
Verified Flair
No
Total Karma
18,001
Link Karma
16,425
Comment Karma
1,576
Profile updated: 1 day ago
Posts updated: 1 year ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
10 years ago