Multivariable assignment and destructuring #33
Labels
enhancement | yükseltme
New feature or request | Yeni özellik veya istek
todo | yapılacaklar
something we are to do | yapacağımız bir şey
so another syntax proposal I have is this simple syntax that is very effective
and much more user friendly than x, y -> a -> b (which will result in a = y, b = x)
it can also be used as a way of bringing multiple things into scope
In the background it would probably function as taking elements from the stack in reverse order
for pattern destructuring it would probably be destructure objects with curly braces
for list destructuring it would again reverse order and take
meanwhile
..
means reverse order again and can only be used onceThe text was updated successfully, but these errors were encountered: