Backseating-Committee-2k/Backlang
Do you want to work on this issue?
You can request for a bounty in order to promote it!
[FEATURE] Define multiple variables with one single line #182
furesoft posted onGitHub
let (x, y) = (1, 2);
or
let (x, y) = 42; //both variables will be initialized with the same value
binds the values of the expression (could be also a function that returns a tuple) based on the index