Kray-G / kinx

Looks like JavaScript, feels like Ruby, and it is a script language fitting in C programmers.
MIT License
237 stars 7 forks source link

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

Closed Kray-G closed 2 years ago

Kray-G commented 2 years ago

The following is just what I meant.

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