newline
newline is a printing command. If the cursor is currently at the
beginning of a line, print newline does nothing. Otherwise, if the
cursor isn’t, a new line (carriage return, whatever you want to call it)
is printed.
newline is a printing command. If the cursor is currently at the
beginning of a line, print newline does nothing. Otherwise, if the
cursor isn’t, a new line (carriage return, whatever you want to call it)
is printed.