ListFormat

Name

ListFormat -- Sets the formatting style for output of lists

Synopsis

ListFormat[{braces<->True}, {commas<->True},
           {lf<->2}, {indent<->2}] =: BOOLEAN

Description

ListFormat sets the formatting style for output of lists on output streams. The parameters passed are set to the prior style settings on return.

See also

Format, GetListFormat, Write.