7 lines
123 B
Text
7 lines
123 B
Text
$ 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
|