!7

p {
  time "Blast!" {
    set empBlast_verbose;
    L<S> ips = printStruct(empBlast_port(7777));
    for (S ip : ips)
      openPlatformBrowser("http://" + ip + ":7777");
  }
}