mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Allow `f
this
` syntax
This commit is contained in:
parent
39faa903b1
commit
8dd6049fcb
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ print(`Welcome to \
|
|||
-- Luau!
|
||||
```
|
||||
|
||||
This expression will not be allowed to come after a `prefixexp`. I believe this is fully additive, so a future RFC may allow this. So for now, we explicitly reject the following:
|
||||
This expression can also come after a `prefixexp`:
|
||||
|
||||
```
|
||||
local name = "world"
|
||||
|
|
Loading…
Add table
Reference in a new issue