!include #1003526 // LooseBot v6 static O makeBot(OccTree2 tree) { LooseBot bot = new LooseBot(tree, func { new GermanDateAdapter }); bot.debug = true; ret bot; }