FormattedOutput¶
fmt.spad line 1682 [edit on github]
The domain FormattedOutput
is used when “)set output formatted on” is issued on the command line. Then for each formatter that is stored in the internal data structure of FormattedOutput
- convert: (OutputForm, Integer) -> %
- setFormats!: List OutputFormatterCategory -> Void
setFormats!(l)
takes a listl
of formatters and sets this for future output in a session.