RosettaCodeData/Task/Conditional-structures/Langur/conditional-structures-7.langur

5 lines
124 B
Text
Raw Permalink Normal View History

2024-03-06 22:25:12 -08:00
switch(.x, .y, .z;
true: ... ; # any are equal to true
2023-07-01 11:58:00 -04:00
_, >= .z: ...; # .y >= .z
... ) # default