|
|
|
|
|
by Hemospectrum
3154 days ago
|
|
I’m mostly seeing a lot of Python. The examples show that multiple assignment unpacks collections, functions can be called with argument name assignment, and collections can be unpacked into named arguments, as opposed to using collections to replace named arguments. |
|
It can do multiple assignment and unpacking collections into them too, though unlike with named arguments, that will treat the collection as an Array: