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

putc

putc(
x_symbol
p_port
)
=> s_symbol

Description

Puts the x_symbol to p_port (to complement getc function)

Arguments

x_symbol

Symbol number

p_port

An output port

Value Returned

s_symbol

The symbol that was put

Examples

putc(1  poport)
=> \001

Related Topics

Input Output Functions


Return to top
 ⠀
X