Wolfram ResearchProductsPurchasingServices & ResourcesAbout UsOur Sites
Mathematica > Basic Input & Output in Programs >

Print

Updated In 6 Graphic
Print[expr]
prints expr as output.
  • 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 uses the format type of $Output as its default format type.
New in 1 | Last modified in 6
© 2008 Wolfram Research, Inc. japanese.gif
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team