!7 static L webs; p { webs = allWebsFromCE(); for (S thing : webs_findNodeAndRelationB(webs, "an email", "has")) { S renderAs = first(webs_findNodeAndRelationB(webs, thing, "render as")); print(thing + " -> " + renderAs); } }