Jarrett Billingsley wrote:
> What you can do with the {} formatting
> specifiers is pass an entirely custom format string after the colon which is
> used to format certain types.
The colon? I've never seen examples of Tango I/O with a colon. Do you
mean something like the following?
Stdout.format("Foo with custom formatting = {:custom}",foo);