mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-05 11:00:58 +01:00
Whooops
This commit is contained in:
parent
ee3c9765d2
commit
a85808cfea
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ No `=` is used, as this is not an assigning operation.
|
||||||
*Open question: should we? or perhaps a different delimiter for visiting without binding? Discuss in comments.*
|
*Open question: should we? or perhaps a different delimiter for visiting without binding? Discuss in comments.*
|
||||||
|
|
||||||
```Lua
|
```Lua
|
||||||
{ { .bar } in .foo }
|
{ .foo { .bar } }
|
||||||
```
|
```
|
||||||
|
|
||||||
This desugars once to:
|
This desugars once to:
|
||||||
|
|
Loading…
Add table
Reference in a new issue