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

inSkill

inSkill( 
g_form 
) 
=> g_result

Description

Evaluates a form as top-level SKILL code, disregarding the surrounding evaluation context.

Arguments

g_form

Form to be evaluated as top-level SKILL code.

Value Returned

g_result

Result of the evaluation.

Examples

Sets a SKILL global variable, even if this code appears inside a SKILL++ file.

(inSkill
skillVar = 100)
=> 100

Related Topics

Core Functions


Return to top
 ⠀
X