This commit is contained in:
Daniel P H Fox (Roblox) 2025-01-28 16:33:50 -08:00 committed by GitHub
parent fcc3e324ad
commit 3bb50be55d
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -99,7 +99,7 @@ An identifier is specified on the right hand side, showing where the value will
This desugars to: This desugars to:
```Lua ```Lua
foo, bar = data["foo"], data[bar()] foo, bar = data["foo"], data[#data]
``` ```
#### Dot keys with names #### Dot keys with names