!7 cmodule PhilosophyBot2 extends DynPrintLog { transient S program = [[ ]]; transient new PhilosophyBot1 bot; start-thread { bot.program = program; bot.run(); } }