B.63. $world->sendfile

void $world->send( file , [delay , [n-lines]] );

Sends the contents of the given file to the world. delay is the number of seconds to wait between sending each group of lines, and n-lines is the number of lines to send a time. If these values are not specified, they are taken from the defauls set in the Preferences dialog.

If the file does not exist or cannot be open, this function simply does nothing.