|
Allegro CL |
ANSI Common Lisp 22 Printer 22.3 Formatted Output 22.3.2 FORMAT Radix Control
22.3.2.4 Tilde O: OctalThis is just like ~D but prints in octal radix (radix 8) instead of decimal. The full form is therefore ~mincol,padchar,commachar,comma-intervalO. ~O binds *print-escape* to false, *print-radix* to false, *print-base* to 8, and *print-readably* to false. |