The Command class is the parent class for subclasses whose instances
are commands that can be stored in a CommandTable for execution in a
command interpreter program.
new Command() returns a command whose name is "#", whose argument
string is an empty string, and whose brief and full descriptions
are "line is a comment"
Formatting.whiteEquivalent(str) returns a string that displays in
the same space as str, but contains space characters replacing the
non-white characters of str.
Formatting.whiteEquivalent(str, ch) returns a string that displays
in the same space as str, but contains copies of ch replacing the
non-white characters of str.