End the current and start a new paragraph. The first paragraph is created implicitly. This is equivalent to writing two newline characters:
writeln(); writeln();
Two or more newline characters separate paragraphs.
See Implementation
End the current and start a new paragraph. The first paragraph is created implicitly. This is equivalent to writing two newline characters:
writeln(); writeln();
Two or more newline characters separate paragraphs.