static S ctxCallFunction(S fname, L args) { if (eqic(fname, "tolowercase")) ret toLower(first(args)); throw todo("ctx function " + fname); }