<inet> ( host port -- inet )
Networking ยป Address specifiers

Prev:inet
Next:inet4


Vocabulary
io.sockets

Inputs
hosta host name
porta port number


Outputs
inetan inet


Word description
Creates a new inet address specifier. If the host is an IPv4 address, an inet4 tuple will be returned; likewise for inet6.

Definition