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