Prints an expression to the command line, or writes an expression to an open file
(print [expr [file-desc]])
This function is the same as prin1, except it prints a newline character before expr, and prints a space following expr.
The value of the evaluated expr. If called with no arguments, print returns a null symbol.
See Also
-
The
Displaying Messages topic in the AutoLISP Developer's Guide.