RosettaCodeData/Task/Logical-operations/Jq/logical-operations-2.jq
2017-09-25 22:28:19 +02:00

3 lines
70 B
Text

(false, null, []) as $a
| (false, null, {}) as $b
| logic( $a; $b )