print(x, ...)
print prints its argument. It is implemented as a generic function which means that new printing methods can be easily added for new classes. The default version of print is described in print.default. See Also print.default.
The default version of print is described in print.default. See Also print.default.
print.default. See Also print.default.
print.default.