RosettaCodeData/Task/Program-termination/Jq/program-termination-1.jq
2023-07-01 13:44:08 -04:00

2 lines
54 B
Text

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