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

3 lines
54 B
Plaintext

$ jq -n '"Hello", if 1 then error else 2 end'
"Hello"