Search for all pages containing Print
Print[expr]
prints expr as output.


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.
Examples
open all close allScope (7)
Print a column of expressions:
Print normally prints in StandardForm, so strings do not have quotes:
Print in InputForm:
Print in TraditionalForm:
Tech Notes
Related Guides
Related Workflows
- Print Intermediate Values of a Variable
History
Introduced in 1988 (1.0) | Updated in 1996 (3.0) ▪ 2007 (6.0)
Text
Wolfram Research (1988), Print, Wolfram Language function, https://reference.wolfram.com/language/ref/Print.html (updated 2007).
CMS
Wolfram Language. 1988. "Print." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2007. https://reference.wolfram.com/language/ref/Print.html.
APA
Wolfram Language. (1988). Print. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Print.html
BibTeX
@misc{reference.wolfram_2025_print, author="Wolfram Research", title="{Print}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/Print.html}", note=[Accessed: 03-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_print, organization={Wolfram Research}, title={Print}, year={2007}, url={https://reference.wolfram.com/language/ref/Print.html}, note=[Accessed: 03-August-2025]}