$ jq -s -r -f Integer_comparison.jq 1 2 1 is less than 2 $ jq -s -r -f Integer_comparison.jq 1 "a" 1 is uncomparable to a