RosettaCodeData/Task/Conditional-structures/Jq/conditional-structures-2.jq
2023-07-01 13:44:08 -04:00

1 line
50 B
Text

if cond then f elif cond1 then f1 .... else g end