Content deleted Content added
→jq: [1,2] is a filter |
|||
Line 193:
In the section on Python in this article, the following Python definition is considered:
<syntaxhighlight lang="python">
</syntaxhighlight>
In point-free style, this could be written in Python as:
<syntaxhighlight lang="python">
</syntaxhighlight>
In jq, the equivalent point-free definition would be:
def example: foo | bar | baz;
|