(princ [expression [file-descriptor]])


Print, taking into account control characters.


This function prints to a file or to the screen. When a file-descriptor is provided, LISP prints to a file; when the file-descriptor is missing, LISP prints to the Prompt History window.