$world->echonl
$world->echonl function: ECHOes to the terminal window, followed by NewLine
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
.