What is the name of a [foo, bar] = ["foo", "bar"] feature?

Viewed 2164

I need to know a correct name for this cool feature that some languages provide.

FYI: In some languages it is possible to do a multiple assignments by assigning a structure of values to a structure of "variables". In the example in the question title it assigns "foo" to foo and "bar" to bar.

8 Answers
Related