method echo
Contract
Return typewob
No input parameters.
Parameter kindDefault valueType
Other unkeyed argumentsopt
Water Contract
<method echo
  _other_unkeyed=opt=wob=ekind.code="_body"/>
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.