RosettaCodeData/Task/Program-termination/Jq/program-termination-1.jq

3 lines
54 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
$ jq -n '"Hello", if 1 then error else 2 end'
"Hello"