Kray-G/kinx

Syntax error with pin operator of array in the second item or later.

Kray-G opened this issue · 0 comments

The following is just what I meant.

[^a, b] = ary; // no problem.
[a, ^b] = ary; // syntax error.