Can't parse expression
bool[] flags = new bool[8];
bool, bool returnTwoBools() {
return true, false;
}
flags[0], flags[1] = returnTwoBools();
bool[] flags = new bool[8];
bool, bool returnTwoBools() {
return true, false;
}
flags[0], flags[1] = returnTwoBools();