send

send given message to selected socket


Parameters

send destination :socket
     message :string

Attributes

chunkdon't send data as a line of data

Returns

  • :nothing

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"

Related