RosettaCodeData/Task/Integer-comparison/Jq/integer-comparison-2.jq

8 lines
123 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
$ 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