!747 !image classes m { p { makeAndroid3("Image Coordinates Bot."); } static synchronized S answer(S s) { new Matches m; if (match3("what are the coordinates of image *?", s, m)) { RGBImage image = loadImage(unquote(m.m[0])); ret format3("Width: *, height: *", image.getWidth(), image.getHeight()); } ret null; } }