Untitled
Anonymous
plain_text
12/03/2022 12:37 PM
364 B
19
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...