static void framesBot() { new Android3 android; android.greeting = programID() + " Frames."; android.console = false; android.responder = new Responder { S answer(S s, L history) { if "activate frames" { L frames = activateMyFrames(); ret "OK, " + n(frames, "frame") + " activated."; } } }; ret makeBot(android); }