The functional programmer's toolkit.
Create a function that always returns value.
value
The identity function: it just returns its argument unchanged.
A function which does nothing and returns void.
void
The functional programmer's toolkit.