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

8 lines
123 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01: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