static int serveHttp_preferredPorts(int... preferredPorts) { for (int port : preferredPorts) pcall { ret serveHttp(port); } ret serveHttp(); }