eao197 wrote:
> [...]
> import tango.io.{Console, Conduit, FilePath, FileSystem, Stdout};
I like Java's syntax better:
import tango.io.*;
It's not as precise, but once you import more than two or three modules,
you might as well do the whole namespace.
Dave