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

2 lines
50 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
if cond then f elif cond1 then f1 .... else g end