tada/examples/table_destr.tada
2024-08-02 12:45:33 +02:00

4 lines
80 B
Text

module
{ a, b, c: d } = { 1, 2, c: 3 },
local { a, b, c: d } = { 1, 2, c: 3 },