TITLE(print @@ Print Values)
USAGE(
print(x, DOTS)
)
ALIAS(print)
DESCRIPTION(
LANG(print) prints its argument.
It is implemented as a generic function which
means that new printing methods can be easily
added for new classes.
PARA
The default version of print is described in LANG(print.default).
)
SEEALSO(
LANG(LINK(print.default)).
)
