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

unbindVar

unbindVar( 
s_varName 
) 
=> t 

Description

Resets a SKILL or Scheme variable so that its value becomes unbound.

Arguments

s_varName

The name of a variable.

Value Returned

t

The variable is not bound anymore.

Examples

myVar = 42 
unbindVar(myVar)
boundp('myVar)
=> nil ; this variable is not bound anymore

Related Topics

Core Functions


Return to top
 ⠀
X