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