Product Documentation
Cadence SKILL Language Reference
Product Version IC23.1, November 2023

newline

newline( 
[ p_outputPort ] 
) 
=> nil

Description

Prints a newline (\n) character and then flushes the output port.

Arguments

p_outputPort

Output port. Defaults to poport, the standard output port.

Value Returned

nil

Prints a newline and then returns nil.

Examples

print("Hello") newline() print("World!")
"Hello"
"World!"
=> nil

Related Topics

drain

fprintf

outfile


Return to top
 ⠀
X