Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 208 Bytes

clipboard.md

File metadata and controls

13 lines (13 loc) · 208 Bytes

Clipboard

Notes

The Clipboard variable is a global variable and can be used anywhere.

Syntax

Clipboard

Example

text(text: "Hello +{Clipboard} how was your day?")
or
print(Clipboard)