!7 p-tt { testIt("google.de"); testIt("botcompany.de"); testIt("ai1.space"); testIt("69.10.46.185"); testIt("not.found"); } svoid testIt(S name) { pcall-short { printAsciiHeading2(name); print(InetAddress.getByName(name)); printNumberedLines(InetAddress.getAllByName(name)); }} sS str(O o) { if (o instanceof InetAddress) ret _str(o) + " (canonical: " + ((InetAddress) o).getCanonicalHostName() + ")"; ret _str(o); }