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

5 lines
118 B
Text
Raw Permalink Normal View History

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