static S copyTextToClipboardIf(bool b, S text) { if (b) copyTextToClipboard(text); ret text; }