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

setf_dynamic

setf_dynamic( 
g_value 
s_name 
) 
=> g_value

Description

Evaluates g_value in the current lexical scope and updates the SKILL variable named s_name.

Arguments

g_value

New value of dynamic variable s_name.

s_name

Name of the dynamic variable.

Value Returned

g_value

New value of the dynamic variable.

Examples

kx
=>0
(inScheme x = 9 (setf (dynamic kx) x))
=>9
kx
=>9

Related Topics

Function and Program Structure


Return to top
 ⠀
X