Skip to content

Instantly share code, notes, and snippets.

@francescoagati
Created June 7, 2015 21:34
Show Gist options
  • Save francescoagati/c49e4bc78bd66f17bc62 to your computer and use it in GitHub Desktop.
Save francescoagati/c49e4bc78bd66f17bc62 to your computer and use it in GitHub Desktop.
assignment destructuing haxe
[x,y,z] = [1,2,3]
[name,surname] = person
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment