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