Untitled
unknown
plain_text
3 years ago
272 B
9
Indexable
int x = 1;
bool e;
switch (x)
{
case 1 || 2 || 3 || 4 || 5 || 54 || 34:
e = true;
break;
case 6 || 7 || 8 || 86 || 43:
e = false;
}Editor is loading...