Writes \r followed by text to the user’s clipboard.
toclipboard(text: string): ()
The resulting clipboard contents start with a carriage return byte (0x0D), then the input string. Not equivalent to setclipboard, which writes a string argument without any prefix.