StreamWriteln

Undocumented in source.

Members

Functions

dedent
void dedent()

Decrease indentation to a minimum of 0. Does not write.

indent
void indent()

Increase indentation. Does not write.

writeln
void writeln(string s)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

indentString
string indentString;
Undocumented in source.
indentation
int indentation;
Undocumented in source.
newLine
string newLine;
Undocumented in source.

Meta