mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-05-04 10:43:48 +01:00
Mention evaluation amount
This commit is contained in:
parent
f8548aac66
commit
22183184b0
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ Introduce a new syntax for unpacking key values into their own variables, such t
|
||||||
local { .a, .b } = t
|
local { .a, .b } = t
|
||||||
-- a == t.a
|
-- a == t.a
|
||||||
-- b == t.b
|
-- b == t.b
|
||||||
|
-- ...where t is evaluated once.
|
||||||
```
|
```
|
||||||
|
|
||||||
## Motivation
|
## Motivation
|
||||||
|
|
Loading…
Add table
Reference in a new issue