// supports the usual quotings (', ", variable length double brackets) static boolean isQuoted(S s) { if (startsWith(s, "'") || startsWith(s, "\"")) return true; ret isMultilineQuoted(s); }