!7 p { clearConsole(); for (S person : mechList("Leute, die ich kenne")) { L facts = mechList_opt("Was ich über " + person + " weiß"); print("Ich kenne " + person + " und ich weiß " + (empty(facts) ? "nichts über ihn/sie." : n2(facts, "Ding", "Dinge") + " über ihn/sie:")); printIndent(lines(facts)); } }