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

print

print( 
g_value 
[ p_outputPort ] 
) 
=> nil

Description

Prints a SKILL object using the default format for the data type of the value.

For example, strings are enclosed in double quotes. Same as println, except no newline character is printed.

Arguments

g_value

Any SKILL object.

p_outputPort

Output port to print to. Default is poport.

Value Returned

nil

Always returns nil after printing out the object supplied.

Examples

print("hello")
"hello"
=> nil

Related Topics

pprint

println

printlev


Return to top
 ⠀
X