From 22183184b0ee34bd539b126ea6e3f859706953fa Mon Sep 17 00:00:00 2001 From: boyned//Kampfkarren Date: Sun, 19 May 2024 16:33:27 -0700 Subject: [PATCH] Mention evaluation amount --- docs/syntax-key-destructuring.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/syntax-key-destructuring.md b/docs/syntax-key-destructuring.md index 772312c..ee3a338 100644 --- a/docs/syntax-key-destructuring.md +++ b/docs/syntax-key-destructuring.md @@ -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