Print[expr]
prints expr as output.
Details

- In a notebook, Print generates a cell with style "Print".
- Print can print any expression, including graphics and dynamic objects.
- Print[expr1,expr2,…] prints expri concatenated together, effectively using Row. »
- With a text‐based interface, Print ends its output with a single newline (line feed).
- You can arrange to have expressions on several lines by using Column. »
- Print sends its output to the channel $Output.
- Print uses the format type of $Output as its default format type.
Introduced in 1988
Updated in 2007
(1.0)
|
(6.0)