rfc:pipe-operator-v2
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | Next revision Both sides next revision | ||
rfc:pipe-operator-v2 [2021/07/05 15:58] crell References are no longer allowed |
rfc:pipe-operator-v2 [2021/07/06 17:02] crell Bring back references |
||
---|---|---|---|
Line 140: | Line 140: | ||
===== Additional semantics ===== | ===== Additional semantics ===== | ||
- | Functions that accept their first parameter by reference are not allowed. Functions | + | Functions that accept their first parameter by reference are allowed, as are functions |
When evaluating a pipe, the left-hand side is fully evaluated first, then the right-hand side, then the right-hand side is invoked using the left-hand side. That is, evaluation is strictly left-to-right. | When evaluating a pipe, the left-hand side is fully evaluated first, then the right-hand side, then the right-hand side is invoked using the left-hand side. That is, evaluation is strictly left-to-right. |
rfc/pipe-operator-v2.txt · Last modified: 2021/07/20 15:34 by crell