chain
Create a chain of function to run in order
93 bytes
Usage
Chaining functions will cause them to execute one after another, passing the output from each function as the input to the next, returning the final output at the end of the chain.