writeln abstract method

void writeln([
  1. String string
])

Add the given string to the content of the current edit and then add an end-of-line marker.

Implementation

void writeln([String string]);