Warning: session_start(): open(/var/lib/php/sessions/sess_qnf44vhfi0ptrli25971tjcm5c, 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
svoid test_FactStore() {
PhilosophyBot1 bot = new([[
$x weighs $y
=> delete all (last time $x weighed $z)
& store (last time $x weighed $y)
]]);
bot.parseProgram();
new SimpleFactStore fs;
philosophyBot1_factStore(bot, fs);
bot.addFact("x weighs (50 pounds)");
bot.think();
print(fs);
}