4 lines
80 B
Text
4 lines
80 B
Text
module
|
|
|
|
{ a, b, c: d } = { 1, 2, c: 3 },
|
|
local { a, b, c: d } = { 1, 2, c: 3 },
|