Warning: session_start(): open(/var/lib/php/sessions/sess_9tl6au5u6d8kov3aivi2gqt0pn, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!7
p {
new Matches m;
S base = "heise.de 2018/04/20 (raw)";
L full = mechList(base);
for (S list : mechListsPlusNumber(barCombine(base, "Similar lines"))) {
L l = mechList(list);
for (S s : mechList(barCombine(list, "Theories"))) {
L rest = listMinusSet(full, l);
L more;
if "all lines start with *"
entries = startingWithIC(rest, $1);
else if "all lines end with *"
entries = endingWithIC(rest, $1);
else {
print("Uninterpretable theory: " + s);
continue;
}
print("Theory " + s + ": Found " + n(more, "more entry", "more entries"));
}
}
}