Add research on what COBOL does.

This commit is contained in:
Raymond Hettinger 2009-03-12 19:20:00 +00:00
parent 1f7555a4d3
commit cf93d9fc4a
1 changed files with 4 additions and 0 deletions

View File

@ -60,6 +60,10 @@ specifiers like::
"_($* #,##0_)".
COBOL uses picture clauses like::
PIC $***,**9.99CR
`Common Lisp`_ uses a COLON before the ``~D`` decimal type specifier to
emit a COMMA as a thousands separator. The general form of ``~D`` is
``~mincol,padchar,commachar,commaintervalD``. The *padchar* defaults