Appearance
Gets text from the current index on the system clipboard.
function get(): string
local clipboard = require("@runtime/system/clipboard") print(clipboard.get()) --> OUTPUT: "Hello world"