v4.0.1
Allows using parentheses syntax for function calls in pipelines, for example "foo" | repeat(2) | upper
is now valid, when only "foo" | repeat: 2 | upper
would work previously.
Allows using parentheses syntax for function calls in pipelines, for example "foo" | repeat(2) | upper
is now valid, when only "foo" | repeat: 2 | upper
would work previously.