sS backtickUnquote(S s) { if (l(s) >= 2 && startsWithEndsWith(s, "`")) ret dropFirstAndLast(s); ret s; }