Scanner.addIndent
bool addIndent(int column) @safeIncrease indentation if needed.
Parameters
column | Current column in the file/stream. |
Returns
true if the indentation was increased, false otherwise.
bool addIndent(int column) @safeIncrease indentation if needed.
column | Current column in the file/stream. |