unbindVar
unbindVar( s_varName) =>t
Description
Resets a SKILL or Scheme variable so that its value becomes unbound.
Arguments
Value Returned
Examples
myVar = 42
unbindVar(myVar)
boundp('myVar)
=> nil ; this variable is not bound anymore
Related Topics
Return to top