print

(print [expression [file_descriptor]])

The print function prints expression in the Command Window or writes it to the open file specified by the optional argument file_descriptor.

This function is the same as prin1, but with a preceding Carriage Return and a Space following.