newline
newline(
[ p_outputPort ]
)
=> nil
Description
Prints a newline (\n) character and then flushes the output port.
Arguments
Value Returned
Examples
print("Hello") newline() print("World!")
"Hello"
"World!"
=> nil
Related Topics
Return to top