Open abstract primary instantiable class
<object>
<internet-address> object you must supply either the name: or address: keyword. For example:
make (<internet-address>, name: "www.whatever.com")
make (<internet-address>, address: "9.74.122.0")
make on <internet-address> returns an instance of <ipv4-address>.
name: An instance of <string> representing a symbolic internet address.
address: An instance of <string> representing a presentation (dotted) form Internet address or an instance of <numeric-address> (see below).