This is an old revision of the document!
10.SETV
Purpose:Sets the value of a variable
Status:Implemented
Syntax:
    setv assign_to = value
    setv assign_to value
Comments:
Commands sets the value of “assign_to” variable to “value”.These values can be accessed via a show command.
Example:
     gnucap>setv
     Usage:setv assign_to = value
     gnucap>setv a = 3
     gnucap>showmod
     a=3
     gnucap>