Takes any number of arguments. Prints out their values and returns the value of the last one.
echo is intended to be for debugging print statements.
use print or status for permanent parts of code, then you can easily search for
calls to echo and remove them once your code works.