unplug

close given socket


Parameters

unplug socket :socket

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" ; disconnect from the server unplug socket

Related