4 lines
118 B
Text
4 lines
118 B
Text
switch(x, y, z;
|
|
true: ... ; # any are equal to true
|
|
_, >= z: ...; # y >= z
|
|
... ) # default
|