Add symbol rename example

This commit is contained in:
Daniel P H Fox (Roblox) 2025-03-26 10:28:58 -07:00 committed by GitHub
parent c7cae19195
commit 4dda9ef842
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -115,7 +115,9 @@ This proposal does not preclude supporting arrays, nested matching or non-string
Using a symbol like `=` or `:` for renaming was considered, but was rejected because it was ambiguous whether the left hand side was the key, or the right hand side. By contrast, a keyword like `as` naturally implies an order.
```Lua
local { foo = red, bar = blue } = data
```
#### Dot keys