Control whether symbols are printed in upper case or in lower case
By default, symbols are printed in upper case when vertical bars
are not required, as specified by Common Lisp. As with Common Lisp, ACL2
supports printing in a "downcase" mode, where symbols are printed in lower
case. Many printing functions (some details below) print characters in lower
case for a symbol when the ACL2 state global variable
(set-print-case :upcase state) ; Default printing (set-print-case :downcase state) ; Print symbols in lower case when ; vertical bars are not required
The ACL2 user can expect that the
Also see print-control for other user-settable print controls.