overflowIndicator method
void
overflowIndicator()
Writes an overflow indicator line (│ ...).
Implementation
void overflowIndicator() {
out.writeln(lb.overflowLine());
}
Writes an overflow indicator line (│ ...).
void overflowIndicator() {
out.writeln(lb.overflowLine());
}