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

inScheme

inScheme( 
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

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

(inScheme
(define myVar 100))
=> myVar

Related Topics

Core Functions

inSkill


Return to top
 ⠀
X