Example function library

Don't forget to document your functions. A function library is a great place to do that.

Structure and style your functions as you like - this is just an example.

Returns the answer to the life, the universe and anything

return 21*2;

Returns a friendly greeting!

"Hello " || $who