static L localSoftwareMadeWebs() { new L webs; for (S progID : websPostedIn()) pcall { L l = scanLog_safeUnstructure(progID, "webs-made.txt"); for (O o : l) pcall { S structure = (S) getOpt(o, 'structure); if (structure != null) webs.add((Web) unstructure(structure)); } } ret webs; }