PrintLine
Printline is a term used in certain programming languages and educational environments to denote a function or procedure that outputs a line of text or other data to standard output, automatically appending a newline at the end. It is not universal; not all languages provide a function by this exact name, and some languages use different conventions (for example, println, print with an explicit newline, or formatted output functions).
Semantics vary by implementation: a printline may accept a single value, multiple values, or a formatted string;
In practice, printline is most common in teaching languages or lightweight libraries that aim to keep I/O