sS answer_magicQuoteInput(S input) { LS fixedInputs = magicQuoteInputForThisProgram(s); if (nempty(fixedInputs)) ret "Did you mean this? >> " + first(fixedInputs) + (l(fixedInputs) < 2 ? "" : "\nOr this? >> " + second(fixedInputs)); null; }