RosettaCodeData/Task/Program-termination/Jq/program-termination-1.jq
2017-09-25 22:28:19 +02:00

2 lines
54 B
Text

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