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

dynamic

dynamic( 
s_varName 
) 
=> g_value / error

Description

This syntax form returns the value of the dynamic variable s_varName. If s_varName is not a dynamic variable, it returns an error.

Arguments

s_varName

Name of the dynamic variable.

Value Returned

g_value

Value of the dynamic variable s_varName.

Examples

kx
=> *Error* toplevel: undefined variable - kx
(inScheme x = 9 (setf (dynamic kx) x))
9=>
kx
=>9

Related Topics

Function and Program Structure


Return to top
 ⠀
X