// Talk Bot just LOVES to communicate. !747 m { static S computerID = getMyComputerID(); static S i; p { i = "A Talk Bot On Computer " + computerID + "."; makeAndroid(i); } static synchronized S answer(S s) { if (match3("who are you?", s)) return i; return "hm."; } }