There are two different kinds of functions,
built-in
and
user-defined
.
This is a built-in function.
This is user-defined.
Built-in is built into the code before hand so I decide what is passed through. User-defined goes within the function code.