WaterDoc: thing.echo - a defmethod
Contract a_thing.<echo rest=required />
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.