$world->echonl
void $world->echonl( str , ... );
void $world->echonl
Prints the strings in the terminal window, each followed by a newline. They are not sent to the world.
See also $world->echo, $world->send.
$world->echo
$world->echonlandlog