mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-05 19:11:00 +01:00
Update syntax-multiple-index.md
This commit is contained in:
parent
4dccd2ca12
commit
e473d5d825
1 changed files with 2 additions and 2 deletions
|
@ -285,7 +285,7 @@ There is nothing functionally wrong with this, so the proposal doesn't discard t
|
|||
Renaming identifiers was considered with implicit keys, and should be possible with full backwards compatibility, and support for arbitrary expressions.
|
||||
|
||||
```Lua
|
||||
amelia in "amy", beth in "bethany", carol in "caroline" = nicknames[]
|
||||
amy in "amelia", beth in "bethany", carol in "caroline" = nicknames[]
|
||||
```
|
||||
|
||||
Notably, this would allow the use of implicit keys with only some keys renamed, useful for avoiding namespace collisions:
|
||||
|
@ -379,4 +379,4 @@ Today in Roblox, every index doubly works with camel case, such as `part.positio
|
|||
local { .position } = Workspace:Raycast(etc)
|
||||
```
|
||||
|
||||
...which would work as you expect, but rely on this deprecated style.
|
||||
...which would work as you expect, but rely on this deprecated style.
|
||||
|
|
Loading…
Add table
Reference in a new issue