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