static long ai_numberOfVirtualWebs() { long n = 0; pcall { for (VirtualNodeIndex i : virtualNodeIndices()) pcall { n += i.numWebs(); }} ret n; }