10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This should probably work, but doesn't.
let l = [0, 1]; l[0], [1] = l[1], l[0];
With the following error:
× Error while parsing source ╰─▶ Invalid assignment target ╭──── 1 │ l[0], [1] = l[1], l[0] · ────┬──── · ╰── here ╰────