print.reverse_construct: Prints a reverse_construct object
Description
Prints a reverse_construct object.
Usage
"print"(x, file = "", ...)
Arguments
x
A reverse_construct object.
file
A connection, or a character string naming the file to print to.
If "" (the default), cat prints to the console unless
redirected by sink. Windows users may use
file = "clipboard" to copy the content to the clipboard.