sS copyTextToClipboardVerbose(O _text) { S text = copyTextToClipboard(_text); print("Copied to clipboard (" + n2(l(text), "char") + "): " + quote(shorten(text, 1000))); ret text; }