Warning: session_start(): open(/var/lib/php/sessions/sess_bgrdg8vj9nsf5f4hoddpd1k84v, 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-exp {
new DerivedMechLists lists; // use general facts & parsing info
BakedBot bot = new(lists);
lists.setText("NL Logic Examples", [[
input(how many $faces are on a $rubiks_cube) && fact(a $rubiks_cube has $six $faces) => output($six)
]]);
lists.setText("Rule & Fact Lists", "");
lists.setText("Default active scripts", "");
for (S s : ll(
"how many segments are on a {face of a rubik's cube}",
"how many segments are on a face of a rubik's cube"))
if (!bot.pcheck(s, "9")) {
LS log = cast getOpt(bot.getBot('TelegramFactsBot), 'checkingLog);
printLines(log);
}
}