Vocabularyio.socketsInputs and outputs| remote | an address specifier |
| encoding | an encoding descriptor |
| quot | a quotation |
Word descriptionOpens a network connection and calls the quotation in a new dynamic scope with
input-stream and
output-stream rebound to the network streams. The local address the socket is connected to is stored in the
local-address variable, and the remote address is stored in the
remote-address variable.
ErrorsThrows an error if the connection cannot be established.
Definition