RosettaCodeData/Task/Conditional-structures/Jq/conditional-structures-2.jq

2 lines
50 B
Plaintext

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