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