Prints an expression to the command line, or writes an expression to an open file
(print [expr [file-desc]])
prin1, except it prints a newline character before expr, and prints a space following expr.
This function is the same asArguments
A string or AutoLISP expression. Only the specified expr is printed; no newline or space is included.
A file descriptor for a file opened for writing.
Return Values
print returns a null symbol.
The value of the evaluated expr. If called with no arguments,Displaying Messages topic in the AutoLISP Developer's Guide.
The