RosettaCodeData/Task/Logical-operations/Jq/logical-operations-2.jq
2023-07-01 13:44:08 -04:00

3 lines
70 B
Text

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