Warning: session_start(): open(/var/lib/php/sessions/sess_ehbe6q4dseb7p0jfruvt30h9a4, 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
static S ai_ifThenSay(S rule, S input) {
new Matches m;
ai_opCheck(rule, "if * then say *", m);
S condition = roundBrackets($1);
S sf = ai_text(condition, "matches to predicate", "$X");
if (sf == null) fail("no matching predicate found for " + condition);
if (!isTrue(ai_callSafeSFOnInput(sf, input))) null;
ret $2;
}