!7 static SS contractions, spellfix; p { contractions = botLangList(#1008568); spellfix = botLangList(#1008576); pnl(map); botSleep(); } sS answer(S s) { ret join( tokReplace_lower(contractions, tokReplace_lower(spellfix, nlTok4(s))); }