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

write

write( 
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 ". Same as print.

Arguments

g_value

Any SKILL object.

p_outputPort

Output port to print to. Default is poport.

Value Returned

nil

Always returns nil, after it prints out the object supplied to it.

Examples

for( i 1 3 write( "hello" ))    ;Prints hello three times.
"hello""hello""hello"
=> t

Related Topics

Input Output Functions

display

pprint

print

println

printlev


Return to top
 ⠀
X