C.20. $world->echo

Abstract

$world->echo function: ECHOes something to the terminal window

void $world->echo( str ,
  ... );
 

Prints the strings in the terminal window. They are not sent to the world.

See also $world->echonl, $world->send.