!747 m { p { makeAndroid3("Running programs info bot."); } static synchronized S answer(S s, L history) { if (match3("what programs are running?", s)) return structure(makeList()); return null; } static L makeList() { return getListOfRunningProgramIDs(); } }