rfc:operator_functions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
rfc:operator_functions [2017/09/09 00:26] – clarify UVS ajfrfc:operator_functions [2017/09/09 21:25] – fix partial application example ajf
Line 62: Line 62:
 <code php> <code php>
 // Select only the positive numbers // Select only the positive numbers
-$positiveSubset = array_filters($numbers, partialApply('>', 0));+$positiveSubset = array_filters($numbers, partialApply('<', 0));
 </code> </code>
  
rfc/operator_functions.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1