!7 static SS map; p { map = botLangList(#1008568); pnl(map); botSleep(); } sS answer(S s) { L tok = nlTok4(s); for (int i = 1; i < l(tok); i += 2) { S x = map.get(lower(tok.get(i))); if (x != null) tok.set(i, x); } ret join(tok); }