Cheddar, to suit the functional paradigm, brings various functional operators. These are details throughout this section.
Info::Assignment Operators
Assignment operators with functions work just as well as with other functions
let f = 10
f &= (%)
​
f(16) == 6