!752 static Map map = new HashMap(); p{ } synchronized answer{ if(match("add noun *",s,m)){ S[] nouns = m.unq(0).split(","); for (int i = 0; i < nouns.length; i++) { map.put(nouns[i],"noun"); } for(S x : nouns){ askSelf(x.trim() +" is a noun"); ret(x.trim() +" is a noun"); } } }