- :nothing
send
send given message to selected socket
Parameters
send destination :socket message :string
Attributes
chunk | don't send data as a line of data |
Returns
Examples
copy; connect to a local server on port 256 socket: connect.to:"localhost" 256 ; send a message to the server send socket "Hello Socket World"