Warning: session_start(): open(/var/lib/php/sessions/sess_tdi3lvlc9jk2pmf007raavo409, 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
sbool nlLogic_matchAnyFact(NLLogicChecker_v2 c, S pat, NLLogicChecker_v2.Matching m) {
for (S fact : c.facts) {
bool result = c.matcher.match(pat, fact, m.matches);
if (m.verbose) print("matched " + quote(pat) + " with " + quote(fact) + " & " + sfu(m.matches) + " => " + result);
if (result) true;
}
false;
}