static Cl philosophyBot1_quick(S program) { PhilosophyBot1 bot = new(program); bot.think(); ret bot.factsDeduced(); }