Mention evaluation amount

This commit is contained in:
boyned//Kampfkarren 2024-05-19 16:33:27 -07:00 committed by GitHub
parent f8548aac66
commit 22183184b0
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,7 @@ Introduce a new syntax for unpacking key values into their own variables, such t
local { .a, .b } = t
-- a == t.a
-- b == t.b
-- ...where t is evaluated once.
```
## Motivation