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