C.21. $world->echonl

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

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.