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

2 lines
50 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
if cond then f elif cond1 then f1 .... else g end