RosettaCodeData/Task/Conditional-structures/Jq/conditional-structures-2.jq
2017-09-25 22:28:19 +02:00

1 line
50 B
Text

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