Print
Usage
• Print[ , , ... ] prints the concatenated together.
Notes
• With a text-based interface, Print prints all the  , then ends with a single newline (line feed). • In a notebook, Print generates a cell, and places all the  in it. • Print sends its output to the channel $Output. • Print uses the format type of $Output as its default format type. • Print concatenates the output from each  together, effectively using SequenceForm. • You can arrange to have expressions on several lines by using ColumnForm. • New in Version 1.
|