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