!752 static S answer(S s) { if (match("how many computers run javax", s)) ret getNumberOfComputers() + " computers"; ret null; }