// supports the usual quotings (', ", variable length double brackets) static boolean isQuoted(S s) { ifdef isQuoted_dirty if (isQuoted_dirty(s)) true; endifdef ifndef isQuoted_dirty if (isNormalQuoted(s)) true; // use the exact version endifdef ret isMultilineQuoted(s); }