Add examples

This commit is contained in:
Joscha 2024-08-02 12:45:33 +02:00
parent 802d776f29
commit 4db27de0c9
6 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,4 @@
module
{ a, b, c: d } = { 1, 2, c: 3 },
local { a, b, c: d } = { 1, 2, c: 3 },